| Index: ash/login/ui/lock_screen.h
|
| diff --git a/ash/login/views/lock_screen.h b/ash/login/ui/lock_screen.h
|
| similarity index 79%
|
| rename from ash/login/views/lock_screen.h
|
| rename to ash/login/ui/lock_screen.h
|
| index 41a57058145ec0219697799e926fdd6706c30697..6abe6eb63f44781ad2373de4156e76bf716c471c 100644
|
| --- a/ash/login/views/lock_screen.h
|
| +++ b/ash/login/ui/lock_screen.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_VIEWS_LOCK_SCREEN_H_
|
| -#define ASH_LOGIN_VIEWS_LOCK_SCREEN_H_
|
| +#ifndef ASH_LOGIN_UI_LOCK_SCREEN_H_
|
| +#define ASH_LOGIN_UI_LOCK_SCREEN_H_
|
|
|
| #include "ash/ash_export.h"
|
|
|
| @@ -20,4 +20,4 @@ ASH_EXPORT void ShowLockScreenInWidget(views::Widget* widget);
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_LOGIN_VIEWS_LOCK_SCREEN_H_
|
| +#endif // ASH_LOGIN_UI_LOCK_SCREEN_H_
|
|
|