| Index: chrome/test/base/browser_with_test_window_test.h
|
| diff --git a/chrome/test/base/browser_with_test_window_test.h b/chrome/test/base/browser_with_test_window_test.h
|
| index 4c832f4c4a2eb0b326ac4de31330694c99d40bd2..9fa87d756ff09c7ce2e4520b43572175fd5bf344 100644
|
| --- a/chrome/test/base/browser_with_test_window_test.h
|
| +++ b/chrome/test/base/browser_with_test_window_test.h
|
| @@ -157,13 +157,13 @@ class BrowserWithTestWindowTest : public testing::Test {
|
| chrome::HostDesktopType host_desktop_type,
|
| BrowserWindow* browser_window);
|
|
|
| -#if defined(TOOLKIT_VIEWS)
|
| + private:
|
| +#if !defined(OS_CHROMEOS) && defined(TOOLKIT_VIEWS)
|
| // Creates the ViewsDelegate to use, may be overriden to create a different
|
| // ViewsDelegate.
|
| - virtual views::ViewsDelegate* CreateViewsDelegate();
|
| + views::ViewsDelegate* CreateViewsDelegate();
|
| #endif
|
|
|
| - private:
|
| // We need to create a MessageLoop, otherwise a bunch of things fails.
|
| content::TestBrowserThreadBundle thread_bundle_;
|
| base::ShadowingAtExitManager at_exit_manager_;
|
|
|