| Index: chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| diff --git a/chrome/browser/ui/views/profile_chooser_view.h b/chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| similarity index 97%
|
| rename from chrome/browser/ui/views/profile_chooser_view.h
|
| rename to chrome/browser/ui/views/profiles/profile_chooser_view.h
|
| index b697d0db63a2e03c8fd560098354de914b14249a..9078991e5c3bf44879f0387a45b14a4e1e00b182 100644
|
| --- a/chrome/browser/ui/views/profile_chooser_view.h
|
| +++ b/chrome/browser/ui/views/profiles/profile_chooser_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_PROFILE_CHOOSER_VIEW_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_PROFILE_CHOOSER_VIEW_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_PROFILES_PROFILE_CHOOSER_VIEW_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_PROFILES_PROFILE_CHOOSER_VIEW_H_
|
|
|
| #include <map>
|
| #include <vector>
|
| @@ -207,4 +207,4 @@ class ProfileChooserView : public views::BubbleDelegateView,
|
| DISALLOW_COPY_AND_ASSIGN(ProfileChooserView);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_PROFILE_CHOOSER_VIEW_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_PROFILES_PROFILE_CHOOSER_VIEW_H_
|
|
|