summaryrefslogtreecommitdiffstats
path: root/chrome_frame
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 4fffd1e..cc51b3d 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -279,7 +279,7 @@ void CFUrlRequestUnittestRunner::RunMainUIThread() {
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();