| Index: ash/login/ui/lock_contents_view.h
|
| diff --git a/ash/login/views/lock_contents_view.h b/ash/login/ui/lock_contents_view.h
|
| similarity index 88%
|
| rename from ash/login/views/lock_contents_view.h
|
| rename to ash/login/ui/lock_contents_view.h
|
| index 0738812c0ad7fa89cce08df2bd97602b7495ed29..09de518a58114cf3c2329d0b4840cf1f3e527a0f 100644
|
| --- a/ash/login/views/lock_contents_view.h
|
| +++ b/ash/login/ui/lock_contents_view.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_CONTENTS_VIEW_H_
|
| -#define ASH_LOGIN_VIEWS_CONTENTS_VIEW_H_
|
| +#ifndef ASH_LOGIN_UI_CONTENTS_VIEW_H_
|
| +#define ASH_LOGIN_UI_CONTENTS_VIEW_H_
|
|
|
| #include "base/macros.h"
|
| #include "ui/views/controls/button/md_text_button.h"
|
| @@ -31,4 +31,4 @@ class LockContentsView : public views::View, public views::ButtonListener {
|
|
|
| } // namespace ash
|
|
|
| -#endif // ASH_LOGIN_VIEWS_CONTENTS_VIEW_H_
|
| +#endif // ASH_LOGIN_UI_CONTENTS_VIEW_H_
|
|
|