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

Unified Diff: chrome/browser/ui/ash/ash_util.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
« no previous file with comments | « chrome/browser/ui/ash/ash_init.cc ('k') | chrome/browser/ui/ash/palette_delegate_chromeos.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/ash/ash_util.cc
diff --git a/chrome/browser/ui/ash/ash_util.cc b/chrome/browser/ui/ash/ash_util.cc
index 591c9d5593618da9d1cebdfa360c0e986c0f7957..77ef383bddac3a5919dfdb2baddb44ac1b455d19 100644
--- a/chrome/browser/ui/ash/ash_util.cc
+++ b/chrome/browser/ui/ash/ash_util.cc
@@ -6,7 +6,7 @@
#include "ash/common/accelerators/accelerator_controller.h"
#include "ash/common/mojo_interface_factory.h"
-#include "ash/common/wm_shell.h"
+#include "ash/shell.h"
#include "base/macros.h"
#include "build/build_config.h"
#include "chrome/browser/ui/ash/ash_init.h"
@@ -67,8 +67,7 @@ bool IsAcceleratorDeprecated(const ui::Accelerator& accelerator) {
if (IsRunningInMash())
return false;
- return ash::WmShell::Get()->accelerator_controller()->IsDeprecated(
- accelerator);
+ return ash::Shell::Get()->accelerator_controller()->IsDeprecated(accelerator);
}
} // namespace ash_util
« no previous file with comments | « chrome/browser/ui/ash/ash_init.cc ('k') | chrome/browser/ui/ash/palette_delegate_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698