| Index: ash/common/system/chromeos/power/tray_power.cc
|
| diff --git a/ash/system/chromeos/power/tray_power.cc b/ash/common/system/chromeos/power/tray_power.cc
|
| similarity index 97%
|
| rename from ash/system/chromeos/power/tray_power.cc
|
| rename to ash/common/system/chromeos/power/tray_power.cc
|
| index ecfaa857a87d8ea3a8c13335763df405426addc4..22e8ec1cfa6504f46096e7819a73cbc553b86c6e 100644
|
| --- a/ash/system/chromeos/power/tray_power.cc
|
| +++ b/ash/common/system/chromeos/power/tray_power.cc
|
| @@ -2,21 +2,20 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "ash/system/chromeos/power/tray_power.h"
|
| +#include "ash/common/system/chromeos/power/tray_power.h"
|
|
|
| #include <utility>
|
|
|
| #include "ash/ash_switches.h"
|
| #include "ash/common/accessibility_delegate.h"
|
| +#include "ash/common/system/chromeos/devicetype_utils.h"
|
| +#include "ash/common/system/chromeos/power/battery_notification.h"
|
| +#include "ash/common/system/chromeos/power/dual_role_notification.h"
|
| #include "ash/common/system/date/date_view.h"
|
| +#include "ash/common/system/system_notifier.h"
|
| #include "ash/common/system/tray/system_tray_delegate.h"
|
| #include "ash/common/system/tray/tray_constants.h"
|
| #include "ash/common/system/tray/tray_utils.h"
|
| -#include "ash/shell.h"
|
| -#include "ash/system/chromeos/devicetype_utils.h"
|
| -#include "ash/system/chromeos/power/battery_notification.h"
|
| -#include "ash/system/chromeos/power/dual_role_notification.h"
|
| -#include "ash/system/system_notifier.h"
|
| #include "base/command_line.h"
|
| #include "base/logging.h"
|
| #include "base/metrics/histogram.h"
|
|
|