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

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

Issue 2738133003: Promotes a handful of members from WmShell to Shell (Closed)
Patch Set: forward declare Created 3 years, 9 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
Index: chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
diff --git a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
index cb429922085eb25886d55489bcf4cdee26e96fb1..6a743a69987884865be0915852bfa8bb489ca7b9 100644
--- a/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
+++ b/chrome/browser/chromeos/accessibility/touch_exploration_controller_browsertest.cc
@@ -58,7 +58,7 @@ class TouchExplorationTest : public InProcessBrowserTest {
void SwitchTouchExplorationMode(bool on) {
ash::AccessibilityDelegate* delegate =
- ash::WmShell::Get()->accessibility_delegate();
+ ash::Shell::GetInstance()->accessibility_delegate();
if (on != delegate->IsSpokenFeedbackEnabled())
delegate->ToggleSpokenFeedback(ash::A11Y_NOTIFICATION_NONE);
}

Powered by Google App Engine
This is Rietveld 408576698