| 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 fd956743d27f4e69ec89daabb93d1c54bec8cccf..94a0a3049df2d5af0ed8f5d58d5393d87965760e 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/keyboard_handler.cc
|
| @@ -9,8 +9,8 @@
|
| #include <memory>
|
| #include <utility>
|
|
|
| -#include "ash/new_window_controller.h"
|
| -#include "ash/wm_shell.h"
|
| +#include "ash/common/new_window_controller.h"
|
| +#include "ash/common/wm_shell.h"
|
| #include "base/bind.h"
|
| #include "base/bind_helpers.h"
|
| #include "base/command_line.h"
|
|
|