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

Unified Diff: chrome/test/base/ash_test_environment_chrome.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 | « chrome/test/base/ash_test_environment_chrome.h ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/ash_test_environment_chrome.cc
diff --git a/chrome/test/base/ash_test_environment_chrome.cc b/chrome/test/base/ash_test_environment_chrome.cc
index d002600e120454ab243b4ac2671a58be3673cce0..fa5899f5888f5097440276ebaab93547efea9e01 100644
--- a/chrome/test/base/ash_test_environment_chrome.cc
+++ b/chrome/test/base/ash_test_environment_chrome.cc
@@ -18,7 +18,7 @@ base::SequencedWorkerPool* AshTestEnvironmentChrome::GetBlockingPool() {
return content::BrowserThread::GetBlockingPool();
}
-std::unique_ptr<views::ViewsDelegate>
+std::unique_ptr<ash::test::AshTestViewsDelegate>
AshTestEnvironmentChrome::CreateViewsDelegate() {
return base::MakeUnique<ash::test::AshTestViewsDelegate>();
}
« no previous file with comments | « chrome/test/base/ash_test_environment_chrome.h ('k') | ui/accessibility/ax_enums.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698