| Index: chrome/test/browser_with_test_window_test.cc
|
| ===================================================================
|
| --- chrome/test/browser_with_test_window_test.cc (revision 75925)
|
| +++ chrome/test/browser_with_test_window_test.cc (working copy)
|
| @@ -29,6 +29,8 @@
|
| }
|
|
|
| void BrowserWithTestWindowTest::SetUp() {
|
| + TestingBrowserProcessTest::SetUp();
|
| +
|
| // NOTE: I have a feeling we're going to want virtual methods for creating
|
| // these, as such they're in SetUp instead of the constructor.
|
| profile_.reset(new TestingProfile());
|
|
|