| Index: chrome_frame/test/net/fake_external_tab.cc
|
| ===================================================================
|
| --- chrome_frame/test/net/fake_external_tab.cc (revision 30166)
|
| +++ chrome_frame/test/net/fake_external_tab.cc (working copy)
|
| @@ -279,7 +279,7 @@
|
| DCHECK(MessageLoop::current()->type() == MessageLoop::TYPE_UI);
|
|
|
| // 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));
|
|
|
| MessageLoop::current()->Run();
|
|
|