summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/net/fake_external_tab.cc
diff options
context:
space:
mode:
authorjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 05:09:29 +0000
committerjam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-27 05:09:29 +0000
commitdfc95697b09185a561b2a30080ead8298b9c8668 (patch)
tree2e4ea553a61534d4463a8c11befff3cc4f633731 /chrome_frame/test/net/fake_external_tab.cc
parent977de3a22671b453454703597940bdb80bd2b04e (diff)
downloadchromium_src-dfc95697b09185a561b2a30080ead8298b9c8668.zip
chromium_src-dfc95697b09185a561b2a30080ead8298b9c8668.tar.gz
chromium_src-dfc95697b09185a561b2a30080ead8298b9c8668.tar.bz2
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
Diffstat (limited to 'chrome_frame/test/net/fake_external_tab.cc')
-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();