| Index: ash/common/login_status.h
|
| diff --git a/ash/login_status.h b/ash/common/login_status.h
|
| similarity index 86%
|
| rename from ash/login_status.h
|
| rename to ash/common/login_status.h
|
| index 072c29c4e43d5c24e19722cdbb3d4f3a5cbd5425..3083d430df2e50f8059b57aa8cd3b1753574b0f1 100644
|
| --- a/ash/login_status.h
|
| +++ b/ash/common/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_LOGIN_STATUS_H_
|
| -#define ASH_LOGIN_STATUS_H_
|
| +#ifndef ASH_COMMON_LOGIN_STATUS_H_
|
| +#define ASH_COMMON_LOGIN_STATUS_H_
|
|
|
| namespace ash {
|
|
|
| @@ -21,4 +21,4 @@ enum class LoginStatus {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_LOGIN_STATUS_H_
|
| +#endif // ASH_COMMON_LOGIN_STATUS_H_
|
|
|