| Index: chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| diff --git a/chrome/browser/ui/views/avatar_menu_button.h b/chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| similarity index 91%
|
| rename from chrome/browser/ui/views/avatar_menu_button.h
|
| rename to chrome/browser/ui/views/profiles/avatar_menu_button.h
|
| index 8961e9ff780cf4f3692e91d3a3379ce8ec081661..8ad68b7e54dacbef533bd3e6ef28bdcffc9691bb 100644
|
| --- a/chrome/browser/ui/views/avatar_menu_button.h
|
| +++ b/chrome/browser/ui/views/profiles/avatar_menu_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_AVATAR_MENU_BUTTON_H_
|
| -#define CHROME_BROWSER_UI_VIEWS_AVATAR_MENU_BUTTON_H_
|
| +#ifndef CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_MENU_BUTTON_H_
|
| +#define CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_MENU_BUTTON_H_
|
|
|
| #include <string>
|
|
|
| @@ -71,4 +71,4 @@ class AvatarMenuButton : public views::MenuButton,
|
| DISALLOW_COPY_AND_ASSIGN(AvatarMenuButton);
|
| };
|
|
|
| -#endif // CHROME_BROWSER_UI_VIEWS_AVATAR_MENU_BUTTON_H_
|
| +#endif // CHROME_BROWSER_UI_VIEWS_PROFILES_AVATAR_MENU_BUTTON_H_
|
|
|