| Index: ash/common/system/chromeos/power/power_status.cc
|
| diff --git a/ash/system/chromeos/power/power_status.cc b/ash/common/system/chromeos/power/power_status.cc
|
| similarity index 99%
|
| rename from ash/system/chromeos/power/power_status.cc
|
| rename to ash/common/system/chromeos/power/power_status.cc
|
| index 5b2a0ade4366799b3f475cb3e79e1b5b495dcdc8..806db347d2dda4f038931ac4472640a3d6fb9ab3 100644
|
| --- a/ash/system/chromeos/power/power_status.cc
|
| +++ b/ash/common/system/chromeos/power/power_status.cc
|
| @@ -2,13 +2,11 @@
|
| // 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/power_status.h"
|
| +#include "ash/common/system/chromeos/power/power_status.h"
|
|
|
| #include <algorithm>
|
| #include <cmath>
|
|
|
| -#include "ash/shell.h"
|
| -#include "ash/shell_delegate.h"
|
| #include "base/logging.h"
|
| #include "base/strings/string_number_conversions.h"
|
| #include "base/strings/utf_string_conversions.h"
|
|
|