| Index: ash/system/keyboard_brightness_controller.cc
|
| diff --git a/ash/common/system/chromeos/keyboard_brightness_controller.cc b/ash/system/keyboard_brightness_controller.cc
|
| similarity index 91%
|
| rename from ash/common/system/chromeos/keyboard_brightness_controller.cc
|
| rename to ash/system/keyboard_brightness_controller.cc
|
| index 0d2cc1f68b73dd2d5ca58a2987349e6176a4b300..94a7a8db55e2ec9da82ed77a94aa1171a9520f3c 100644
|
| --- a/ash/common/system/chromeos/keyboard_brightness_controller.cc
|
| +++ b/ash/system/keyboard_brightness_controller.cc
|
| @@ -2,9 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/common/system/chromeos/keyboard_brightness_controller.h"
|
| +#include "ash/system/keyboard_brightness_controller.h"
|
|
|
| -#include "ash/common/wm_shell.h"
|
| +#include "ash/wm_shell.h"
|
| #include "chromeos/dbus/dbus_thread_manager.h"
|
| #include "chromeos/dbus/power_manager_client.h"
|
| #include "ui/base/accelerators/accelerator.h"
|
|
|