Index: ash/test/ash_test_environment.h |
diff --git a/ash/test/ash_test_environment.h b/ash/test/ash_test_environment.h |
index ebd9e9a28883abe152604f0243d817b1e1b1ed46..55b03c8c12b3afad8c7e9468075cdb9ac7efe650 100644 |
--- a/ash/test/ash_test_environment.h |
+++ b/ash/test/ash_test_environment.h |
@@ -12,13 +12,11 @@ namespace base { |
class SequencedWorkerPool; |
} |
-namespace views { |
-class ViewsDelegate; |
-} |
- |
namespace ash { |
namespace test { |
+class AshTestViewsDelegate; |
+ |
// AshTestEnvironment creates objects specific to an environment. Two |
// environments are provided, one for content (AshTestEnvironmentContent) |
// and one without content (AshTestEnvironmentDefault). |
@@ -44,7 +42,7 @@ class AshTestEnvironment { |
virtual base::SequencedWorkerPool* GetBlockingPool() = 0; |
- virtual std::unique_ptr<views::ViewsDelegate> CreateViewsDelegate() = 0; |
+ virtual std::unique_ptr<AshTestViewsDelegate> CreateViewsDelegate() = 0; |
protected: |
AshTestEnvironment() {} |