| Index: chrome/test/browser_with_test_window_test.cc
|
| ===================================================================
|
| --- chrome/test/browser_with_test_window_test.cc (revision 56023)
|
| +++ chrome/test/browser_with_test_window_test.cc (working copy)
|
| @@ -14,7 +14,8 @@
|
| #include "chrome/test/testing_profile.h"
|
|
|
| BrowserWithTestWindowTest::BrowserWithTestWindowTest()
|
| - : rph_factory_(),
|
| + : ui_thread_(ChromeThread::UI, message_loop()),
|
| + rph_factory_(),
|
| rvh_factory_(&rph_factory_) {
|
| #if defined(OS_WIN)
|
| OleInitialize(NULL);
|
|
|