| Index: ash/test/ash_test_base.h
|
| diff --git a/ash/test/ash_test_base.h b/ash/test/ash_test_base.h
|
| index 4ac828e16a1ba25806b3ca74b650861e5fb234a1..6ef1591edae0aa25bec582ccf5996ce97f51a34b 100644
|
| --- a/ash/test/ash_test_base.h
|
| +++ b/ash/test/ash_test_base.h
|
| @@ -13,13 +13,16 @@
|
| #include "content/public/test/test_browser_thread_bundle.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| -#include "ui/views/test/test_views_delegate.h"
|
| #include "ui/wm/public/window_types.h"
|
|
|
| #if defined(OS_WIN)
|
| #include "ui/base/win/scoped_ole_initializer.h"
|
| #endif
|
|
|
| +namespace gfx {
|
| +class Rect;
|
| +}
|
| +
|
| namespace aura {
|
| class RootWindow;
|
| class Window;
|
| @@ -42,14 +45,6 @@ class TestSystemTrayDelegate;
|
| class TestMetroViewerProcessHost;
|
| #endif
|
|
|
| -class AshTestViewsDelegate : public views::TestViewsDelegate {
|
| - public:
|
| - // Overriden from TestViewsDelegate.
|
| - virtual content::WebContents* CreateWebContents(
|
| - content::BrowserContext* browser_context,
|
| - content::SiteInstance* site_instance) OVERRIDE;
|
| -};
|
| -
|
| class AshTestBase : public testing::Test {
|
| public:
|
| AshTestBase();
|
|
|