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

Unified Diff: chrome/browser/chromeos/accessibility/select_to_speak_event_handler_unittest.cc

Issue 2758323002: Broke out layout metric information from ViewsDelegate to LayoutProvider (Closed)
Patch Set: Final feedback addressed Created 3 years, 8 months 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_helper.cc ('k') | chrome/browser/chromeos/options/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/accessibility/select_to_speak_event_handler_unittest.cc
diff --git a/chrome/browser/chromeos/accessibility/select_to_speak_event_handler_unittest.cc b/chrome/browser/chromeos/accessibility/select_to_speak_event_handler_unittest.cc
index e1668387d73c621a31519c6a143503a5cad88306..201677459e7ddf7ea7f2b7c0bcf1190a10b129ff 100644
--- a/chrome/browser/chromeos/accessibility/select_to_speak_event_handler_unittest.cc
+++ b/chrome/browser/chromeos/accessibility/select_to_speak_event_handler_unittest.cc
@@ -85,8 +85,9 @@ class SelectToSpeakEventHandlerTest : public ash::test::AshTestBase {
void SetUp() override {
ash::test::AshTestBase::SetUp();
event_delegate_.reset(new SelectToSpeakAccessibilityEventDelegate());
- ash_test_helper()->views_delegate()->set_test_accessibility_event_delegate(
- event_delegate_.get());
+ ash_test_helper()
+ ->test_views_delegate()
+ ->set_test_accessibility_event_delegate(event_delegate_.get());
generator_ = &AshTestBase::GetEventGenerator();
CurrentContext()->AddPreTargetHandler(select_to_speak_event_handler_.get());
CurrentContext()->AddPreTargetHandler(&event_capturer_);
« no previous file with comments | « ash/test/ash_test_helper.cc ('k') | chrome/browser/chromeos/options/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698