Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(104)

Unified Diff: ash/common/system/chromeos/power/power_status.h

Issue 2072013002: mash: Move tray settings and deps to common. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Undo 'git cl format' and nullptr changes. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: ash/common/system/chromeos/power/power_status.h
diff --git a/ash/system/chromeos/power/power_status.h b/ash/common/system/chromeos/power/power_status.h
similarity index 97%
rename from ash/system/chromeos/power/power_status.h
rename to ash/common/system/chromeos/power/power_status.h
index 7fb94d7236e4ae3fd95373cd9e978e83f06da934..26c4b1947ad5f8b34cf4c6feb463cbadbba7a480 100644
--- a/ash/system/chromeos/power/power_status.h
+++ b/ash/common/system/chromeos/power/power_status.h
@@ -2,8 +2,8 @@
// 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_H_
-#define ASH_SYSTEM_CHROMEOS_POWER_POWER_STATUS_H_
+#ifndef ASH_COMMON_SYSTEM_CHROMEOS_POWER_POWER_STATUS_H_
+#define ASH_COMMON_SYSTEM_CHROMEOS_POWER_POWER_STATUS_H_
#include <string>
#include <vector>
@@ -220,4 +220,4 @@ class ASH_EXPORT PowerStatus : public chromeos::PowerManagerClient::Observer {
} // namespace ash
-#endif // ASH_SYSTEM_CHROMEOS_POWER_POWER_STATUS_H_
+#endif // ASH_COMMON_SYSTEM_CHROMEOS_POWER_POWER_STATUS_H_

Powered by Google App Engine
This is Rietveld 408576698