| Index: chrome/browser/ui/views/profiles/new_avatar_button.h
|
| diff --git a/chrome/browser/ui/views/new_avatar_button.h b/chrome/browser/ui/views/profiles/new_avatar_button.h
|
| similarity index 90%
|
| rename from chrome/browser/ui/views/new_avatar_button.h
|
| rename to chrome/browser/ui/views/profiles/new_avatar_button.h
|
| index e975aba2e4319e0e7052d2f9fd74f57cf6026adb..f18f7734fa65693f998d258fa8e9b2a3a07bb02a 100644
|
| --- a/chrome/browser/ui/views/new_avatar_button.h
|
| +++ b/chrome/browser/ui/views/profiles/new_avatar_button.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_NEW_AVATAR_BUTTON_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_NEW_AVATAR_BUTTON_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_PROFILES_NEW_AVATAR_BUTTON_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_PROFILES_NEW_AVATAR_BUTTON_H_
|
|
|
| #include "chrome/browser/profiles/profile_info_cache_observer.h"
|
| #include "ui/views/controls/button/menu_button.h"
|
| @@ -51,4 +51,4 @@ class NewAvatarButton : public views::MenuButton,
|
| DISALLOW_COPY_AND_ASSIGN(NewAvatarButton);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_NEW_AVATAR_BUTTON_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_PROFILES_NEW_AVATAR_BUTTON_H_
|
|
|