| Index: ash/common/system/chromeos/power/power_status_view.h
|
| diff --git a/ash/system/chromeos/power/power_status_view.h b/ash/common/system/chromeos/power/power_status_view.h
|
| similarity index 86%
|
| rename from ash/system/chromeos/power/power_status_view.h
|
| rename to ash/common/system/chromeos/power/power_status_view.h
|
| index c050d4d3a53fd9e17f7adb058fca420814eac2ad..5d92e1e1fc987de3134076345fb09339b7d91fd9 100644
|
| --- a/ash/system/chromeos/power/power_status_view.h
|
| +++ b/ash/common/system/chromeos/power/power_status_view.h
|
| @@ -2,11 +2,11 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef ASH_SYSTEM_CHROMEOS_POWER_POWER_STATUS_VIEW_H_
|
| -#define ASH_SYSTEM_CHROMEOS_POWER_POWER_STATUS_VIEW_H_
|
| +#ifndef ASH_COMMON_SYSTEM_CHROMEOS_POWER_POWER_STATUS_VIEW_H_
|
| +#define ASH_COMMON_SYSTEM_CHROMEOS_POWER_POWER_STATUS_VIEW_H_
|
|
|
| #include "ash/ash_export.h"
|
| -#include "ash/system/chromeos/power/power_status.h"
|
| +#include "ash/common/system/chromeos/power/power_status.h"
|
| #include "base/macros.h"
|
| #include "ui/views/view.h"
|
|
|
| @@ -60,4 +60,4 @@ class ASH_EXPORT PowerStatusView : public views::View,
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_SYSTEM_CHROMEOS_POWER_POWER_STATUS_VIEW_H_
|
| +#endif // ASH_COMMON_SYSTEM_CHROMEOS_POWER_POWER_STATUS_VIEW_H_
|
|
|