Index: chrome/browser/ui/views/avatar_menu_bubble_view.h |
diff --git a/chrome/browser/ui/views/avatar_menu_bubble_view.h b/chrome/browser/ui/views/avatar_menu_bubble_view.h |
index 288827ccc0d11198206d5ed7554711af25fccce8..bd209b885f48c95000b938263370574806ae6e24 100644 |
--- a/chrome/browser/ui/views/avatar_menu_bubble_view.h |
+++ b/chrome/browser/ui/views/avatar_menu_bubble_view.h |
@@ -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 @@ class AvatarMenuBubbleView : public views::View, |
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); |
}; |