| Index: chrome/browser/ui/views/profiles/user_manager_view.h
|
| diff --git a/chrome/browser/ui/views/user_manager_view.h b/chrome/browser/ui/views/profiles/user_manager_view.h
|
| similarity index 91%
|
| rename from chrome/browser/ui/views/user_manager_view.h
|
| rename to chrome/browser/ui/views/profiles/user_manager_view.h
|
| index 00021f3b1dd8a7e3c64c728a09a122fc559ac175..0855f7051545861274ae6d75a62c12cc8e847cf9 100644
|
| --- a/chrome/browser/ui/views/user_manager_view.h
|
| +++ b/chrome/browser/ui/views/profiles/user_manager_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 CHROME_BROWSER_UI_VIEWS_USER_MANAGER_VIEW_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_USER_MANAGER_VIEW_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_PROFILES_USER_MANAGER_VIEW_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_PROFILES_USER_MANAGER_VIEW_H_
|
|
|
| #include "chrome/browser/profiles/profile.h"
|
| #include "chrome/browser/profiles/profile_window.h"
|
| @@ -61,4 +61,4 @@ class UserManagerView : public views::DialogDelegateView {
|
| DISALLOW_COPY_AND_ASSIGN(UserManagerView);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_USER_MANAGER_VIEW_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_PROFILES_USER_MANAGER_VIEW_H_
|
|
|