| Index: chrome/test/browser_with_test_window_test.h
|
| ===================================================================
|
| --- chrome/test/browser_with_test_window_test.h (revision 78112)
|
| +++ chrome/test/browser_with_test_window_test.h (working copy)
|
| @@ -7,6 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/message_loop.h"
|
| +#include "chrome/browser/chrome_content_browser_client.h"
|
| #include "chrome/test/testing_browser_process_test.h"
|
| #include "chrome/test/test_browser_window.h"
|
| #include "content/browser/browser_thread.h"
|
| @@ -95,6 +96,7 @@
|
| BrowserThread file_thread_;
|
|
|
| scoped_ptr<TestingProfile> profile_;
|
| + chrome::ChromeContentBrowserClient browser_client_;
|
| scoped_ptr<TestBrowserWindow> window_;
|
| scoped_ptr<Browser> browser_;
|
|
|
|
|