| Index: chrome/browser/ui/views/avatar_menu_bubble_view.h
|
| ===================================================================
|
| --- chrome/browser/ui/views/avatar_menu_bubble_view.h (revision 103392)
|
| +++ chrome/browser/ui/views/avatar_menu_bubble_view.h (working copy)
|
| @@ -13,10 +13,10 @@
|
| #include "views/controls/button/custom_button.h"
|
| #include "views/controls/link.h"
|
| #include "views/controls/link_listener.h"
|
| +#include "views/controls/separator.h"
|
|
|
| class AvatarMenuModel;
|
| class Browser;
|
| -class EditProfileButton;
|
|
|
| // This bubble view is displayed when the user clicks on the avatar button.
|
| // It displays a list of profiles and allows users to switch between profiles.
|
| @@ -53,8 +53,8 @@
|
| views::Link* add_profile_link_;
|
| scoped_ptr<AvatarMenuModel> avatar_menu_model_;
|
| Browser* browser_;
|
| - EditProfileButton* edit_profile_button_;
|
| std::vector<views::CustomButton*> item_views_;
|
| + views::Separator* separator_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AvatarMenuBubbleView);
|
| };
|
|
|