| 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 {
|
|
|