Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(49)

Unified Diff: ash/test/ash_test_environment.h

Issue 2493923002: Select-to-speak event handler (Closed)
Patch Set: Fix presubmit warning Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ash/test/ash_test_environment_content.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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() {}
« no previous file with comments | « no previous file | ash/test/ash_test_environment_content.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698