| Index: ash/system/user/user_view.h
|
| diff --git a/ash/common/system/user/user_view.h b/ash/system/user/user_view.h
|
| similarity index 91%
|
| rename from ash/common/system/user/user_view.h
|
| rename to ash/system/user/user_view.h
|
| index 56d4fb342fce17688bf639d81af2072801cff5d1..6bd903dca787b4c0152b4d0c124e1672c3071277 100644
|
| --- a/ash/common/system/user/user_view.h
|
| +++ b/ash/system/user/user_view.h
|
| @@ -2,14 +2,14 @@
|
| // 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_USER_VIEW_H_
|
| -#define ASH_COMMON_SYSTEM_USER_USER_VIEW_H_
|
| +#ifndef ASH_SYSTEM_USER_USER_VIEW_H_
|
| +#define ASH_SYSTEM_USER_USER_VIEW_H_
|
|
|
| #include <memory>
|
|
|
| -#include "ash/common/system/tray/tray_constants.h"
|
| -#include "ash/common/system/user/tray_user.h"
|
| #include "ash/public/cpp/session_types.h"
|
| +#include "ash/system/tray/tray_constants.h"
|
| +#include "ash/system/user/tray_user.h"
|
| #include "base/macros.h"
|
| #include "ui/views/controls/button/button.h"
|
| #include "ui/views/focus/focus_manager.h"
|
| @@ -93,4 +93,4 @@ class UserView : public views::View,
|
| } // namespace tray
|
| } // namespace ash
|
|
|
| -#endif // ASH_COMMON_SYSTEM_USER_USER_VIEW_H_
|
| +#endif // ASH_SYSTEM_USER_USER_VIEW_H_
|
|
|