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

Unified Diff: ash/test/ash_test_environment_content.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.h ('k') | ash/test/ash_test_environment_default.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/test/ash_test_environment_content.cc
diff --git a/ash/test/ash_test_environment_content.cc b/ash/test/ash_test_environment_content.cc
index e0d228ca1ff35d086998b5f79ed7fd2eeee58b46..6b4898244ae2c71f8ca697949aa689353fdb7870 100644
--- a/ash/test/ash_test_environment_content.cc
+++ b/ash/test/ash_test_environment_content.cc
@@ -66,7 +66,7 @@ base::SequencedWorkerPool* AshTestEnvironmentContent::GetBlockingPool() {
return content::BrowserThread::GetBlockingPool();
}
-std::unique_ptr<views::ViewsDelegate>
+std::unique_ptr<AshTestViewsDelegate>
AshTestEnvironmentContent::CreateViewsDelegate() {
return base::MakeUnique<AshTestViewsDelegateContent>();
}
« no previous file with comments | « ash/test/ash_test_environment_content.h ('k') | ash/test/ash_test_environment_default.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698