Index: ash/system/user/login_status.h |
diff --git a/ash/common/system/user/login_status.h b/ash/system/user/login_status.h |
similarity index 76% |
rename from ash/common/system/user/login_status.h |
rename to ash/system/user/login_status.h |
index 5170d2fca302e4c92c9cbfe17d818c9902554e75..672389aa922c84b37ceeeb247326279849d47710 100644 |
--- a/ash/common/system/user/login_status.h |
+++ b/ash/system/user/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_SYSTEM_USER_LOGIN_STATUS_H_ |
-#define ASH_COMMON_SYSTEM_USER_LOGIN_STATUS_H_ |
+#ifndef ASH_SYSTEM_USER_LOGIN_STATUS_H_ |
+#define ASH_SYSTEM_USER_LOGIN_STATUS_H_ |
#include "ash/common/login_status.h" |
#include "base/strings/string16.h" |
@@ -17,4 +17,4 @@ base::string16 GetLocalizedSignOutStringForStatus(LoginStatus status, |
} // namespace user |
} // namespace ash |
-#endif // ASH_COMMON_SYSTEM_USER_LOGIN_STATUS_H_ |
+#endif // ASH_SYSTEM_USER_LOGIN_STATUS_H_ |