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

Unified Diff: ash/common/system/overview/overview_button_tray.cc

Issue 2775973002: Promotes more accessors from WmShell to Shell (Closed)
Patch Set: feedback 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 | « ash/common/system/ime/tray_ime_chromeos_unittest.cc ('k') | ash/common/system/tiles/tiles_default_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/common/system/overview/overview_button_tray.cc
diff --git a/ash/common/system/overview/overview_button_tray.cc b/ash/common/system/overview/overview_button_tray.cc
index d642efe8a971141022091874d4c611162cc98eb6..8eaeaf8a7513afefed9d4d41d6d5771b3c0bbfe9 100644
--- a/ash/common/system/overview/overview_button_tray.cc
+++ b/ash/common/system/overview/overview_button_tray.cc
@@ -48,7 +48,7 @@ void OverviewButtonTray::UpdateAfterLoginStatusChange(LoginStatus status) {
bool OverviewButtonTray::PerformAction(const ui::Event& event) {
WindowSelectorController* controller =
- WmShell::Get()->window_selector_controller();
+ Shell::Get()->window_selector_controller();
// Toggling overview mode will fail if there is no window to show.
bool performed = controller->ToggleOverview();
WmShell::Get()->RecordUserMetricsAction(UMA_TRAY_OVERVIEW);
« no previous file with comments | « ash/common/system/ime/tray_ime_chromeos_unittest.cc ('k') | ash/common/system/tiles/tiles_default_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698