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

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

Issue 2752593008: Move AcceleratorController from WmShell to Shell (Closed)
Patch Set: fix include 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/spoken_feedback_browsertest.cc
diff --git a/chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc b/chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc
index 8cc8410cd15296e0fcfe6fcf38d010aa74a8bcc2..adb9ea2169feb106a3e23419fc59dc25537c0856 100644
--- a/chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc
+++ b/chrome/browser/chromeos/accessibility/spoken_feedback_browsertest.cc
@@ -8,7 +8,6 @@
#include "ash/common/accelerators/accelerator_table.h"
#include "ash/common/accessibility_types.h"
#include "ash/common/system/tray/system_tray.h"
-#include "ash/common/wm_shell.h"
#include "ash/shell.h"
#include "base/command_line.h"
#include "base/macros.h"
@@ -110,7 +109,7 @@ class LoggedInSpokenFeedbackTest : public InProcessBrowserTest {
bool PerformAcceleratorAction(ash::AcceleratorAction action) {
ash::AcceleratorController* controller =
- ash::WmShell::Get()->accelerator_controller();
+ ash::Shell::Get()->accelerator_controller();
return controller->PerformActionIfEnabled(action);
}
« no previous file with comments | « ash/wm/screen_pinning_controller_unittest.cc ('k') | chrome/browser/extensions/api/automation/automation_apitest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698