| Index: ash/common/keyboard/keyboard_ui.cc
|
| diff --git a/ash/keyboard/keyboard_ui.cc b/ash/common/keyboard/keyboard_ui.cc
|
| similarity index 92%
|
| rename from ash/keyboard/keyboard_ui.cc
|
| rename to ash/common/keyboard/keyboard_ui.cc
|
| index 1ab3f104d0e0b76168e444f36bda442592e950a0..4573da4af5f5ef83e31cad97ce718f07a2c92d2f 100644
|
| --- a/ash/keyboard/keyboard_ui.cc
|
| +++ b/ash/common/keyboard/keyboard_ui.cc
|
| @@ -2,14 +2,14 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/keyboard/keyboard_ui.h"
|
| +#include "ash/common/keyboard/keyboard_ui.h"
|
|
|
| #include "ash/common/accessibility_delegate.h"
|
| +#include "ash/common/keyboard/keyboard_ui_observer.h"
|
| #include "ash/common/system/accessibility_observer.h"
|
| #include "ash/common/system/tray/wm_system_tray_notifier.h"
|
| +#include "ash/common/system/tray_accessibility.h"
|
| #include "ash/common/wm_shell.h"
|
| -#include "ash/keyboard/keyboard_ui_observer.h"
|
| -#include "ash/system/tray_accessibility.h"
|
| #include "base/memory/ptr_util.h"
|
| #include "ui/keyboard/keyboard_controller.h"
|
|
|
|
|