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

Unified Diff: ash/accelerators/accelerator_router.cc

Issue 2808723004: Renames WmShell to ShellPort (Closed)
Patch Set: feedback 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
Index: ash/accelerators/accelerator_router.cc
diff --git a/ash/accelerators/accelerator_router.cc b/ash/accelerators/accelerator_router.cc
index 1765867bce0c604bbb2fd676963b90ff52d1622e..553bd2434568f3fa1076161f5baf599a9cdb8b59 100644
--- a/ash/accelerators/accelerator_router.cc
+++ b/ash/accelerators/accelerator_router.cc
@@ -6,8 +6,8 @@
#include "ash/accelerators/accelerator_controller.h"
#include "ash/shell.h"
+#include "ash/shell_port.h"
#include "ash/wm/window_state.h"
-#include "ash/wm_shell.h"
#include "ash/wm_window.h"
#include "base/metrics/histogram_macros.h"
#include "base/stl_util.h"
@@ -104,7 +104,7 @@ bool AcceleratorRouter::ShouldProcessAcceleratorNow(
if (accelerator.IsCmdDown())
return true;
- if (base::ContainsValue(WmShell::Get()->GetAllRootWindows(), target))
+ if (base::ContainsValue(ShellPort::Get()->GetAllRootWindows(), target))
return true;
AcceleratorController* accelerator_controller =

Powered by Google App Engine
This is Rietveld 408576698