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

Unified Diff: chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc

Issue 2766543002: Move even more from WmShell to Shell (Closed)
Patch Set: 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/ui/webui/options/chromeos/keyboard_handler.cc
diff --git a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
index 94a0a3049df2d5af0ed8f5d58d5393d87965760e..6f584f5ee3a2ee661ce3d8c8d909b03e821885f0 100644
--- a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
+++ b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
@@ -10,7 +10,7 @@
#include <utility>
#include "ash/common/new_window_controller.h"
-#include "ash/common/wm_shell.h"
+#include "ash/shell.h"
#include "base/bind.h"
#include "base/bind_helpers.h"
#include "base/command_line.h"
@@ -178,7 +178,7 @@ void KeyboardHandler::OnKeyboardDeviceConfigurationChanged() {
}
void KeyboardHandler::HandleShowKeyboardShortcuts(const base::ListValue* args) {
- ash::WmShell::Get()->new_window_controller()->ShowKeyboardOverlay();
+ ash::Shell::Get()->new_window_controller()->ShowKeyboardOverlay();
}
void KeyboardHandler::UpdateCapsLockOptions() const {

Powered by Google App Engine
This is Rietveld 408576698