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

Unified Diff: ash/login_status.h

Issue 2729363002: chromeos: Move files in //ash/common to //ash, part 3 (Closed)
Patch Set: Created 3 years, 9 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
« no previous file with comments | « ash/keyboard/keyboard_ui_observer.h ('k') | ash/magnifier/magnification_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/login_status.h
diff --git a/ash/common/login_status.h b/ash/login_status.h
similarity index 86%
rename from ash/common/login_status.h
rename to ash/login_status.h
index 3083d430df2e50f8059b57aa8cd3b1753574b0f1..072c29c4e43d5c24e19722cdbb3d4f3a5cbd5425 100644
--- a/ash/common/login_status.h
+++ b/ash/login_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_COMMON_LOGIN_STATUS_H_
-#define ASH_COMMON_LOGIN_STATUS_H_
+#ifndef ASH_LOGIN_STATUS_H_
+#define ASH_LOGIN_STATUS_H_
namespace ash {
@@ -21,4 +21,4 @@ enum class LoginStatus {
} // namespace ash
-#endif // ASH_COMMON_LOGIN_STATUS_H_
+#endif // ASH_LOGIN_STATUS_H_
« no previous file with comments | « ash/keyboard/keyboard_ui_observer.h ('k') | ash/magnifier/magnification_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698