Commit dfc95697 authored by jam@chromium.org's avatar jam@chromium.org

Fix another build break that didn't show up on the try bots.

TBR=darin
BUG=25354
Review URL: http://codereview.chromium.org/329035

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30167 0039d316-1c4b-4281-b951-d872f2087c98
parent 977de3a2
...@@ -279,7 +279,7 @@ void CFUrlRequestUnittestRunner::RunMainUIThread() { ...@@ -279,7 +279,7 @@ void CFUrlRequestUnittestRunner::RunMainUIThread() {
DCHECK(MessageLoop::current()->type() == MessageLoop::TYPE_UI); DCHECK(MessageLoop::current()->type() == MessageLoop::TYPE_UI);
// Register the main thread by instantiating it, but don't call any methods. // Register the main thread by instantiating it, but don't call any methods.
ChromeThread main_thread; ChromeThread main_thread(ChromeThread::UI, MessageLoop::current());
DCHECK(ChromeThread::CurrentlyOn(ChromeThread::UI)); DCHECK(ChromeThread::CurrentlyOn(ChromeThread::UI));
MessageLoop::current()->Run(); MessageLoop::current()->Run();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment