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

Unified Diff: ash/test/ash_test_environment_default.cc

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 | « ash/test/ash_test_environment_content.cc ('k') | ash/test/ash_test_helper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_environment_default.cc
diff --git a/ash/test/ash_test_environment_default.cc b/ash/test/ash_test_environment_default.cc
index b070ce60c2974fbd75198de36499aaa3a9c15267..cd07b8d7d511b27c64593f29fd03b5b3ca36783d 100644
--- a/ash/test/ash_test_environment_default.cc
+++ b/ash/test/ash_test_environment_default.cc
@@ -35,7 +35,7 @@ class AshTestEnvironmentDefault : public AshTestEnvironment {
}
return blocking_pool_owner_->pool().get();
}
- std::unique_ptr<views::ViewsDelegate> CreateViewsDelegate() override {
+ std::unique_ptr<AshTestViewsDelegate> CreateViewsDelegate() override {
return base::MakeUnique<AshTestViewsDelegate>();
}
« no previous file with comments | « ash/test/ash_test_environment_content.cc ('k') | ash/test/ash_test_helper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698