Index: ash/common/system/tray/special_popup_row.h |
diff --git a/ash/common/system/tray/special_popup_row.h b/ash/common/system/tray/special_popup_row.h |
index 7afb9113c5dd3975def0254f30e57044d2ac5cbf..3f156b425965299914956f433996f05bfb83e053 100644 |
--- a/ash/common/system/tray/special_popup_row.h |
+++ b/ash/common/system/tray/special_popup_row.h |
@@ -14,12 +14,12 @@ |
namespace views { |
class Button; |
class ButtonListener; |
-class ImageButton; |
class Label; |
class ToggleButton; |
} |
namespace ash { |
+class SystemMenuButton; |
class ThrobberView; |
class TrayItemView; |
class TrayPopupHeaderButton; |
@@ -81,10 +81,10 @@ class ASH_EXPORT SpecialPopupRow : public views::View { |
void SetTextLabelMd(int string_id, ViewClickListener* listener); |
void SetTextLabelNonMd(int string_id, ViewClickListener* listener); |
- views::ImageButton* AddImageButton(views::ButtonListener* listener, |
- const gfx::VectorIcon& icon, |
- int accessible_name_id, |
- bool after_content); |
+ SystemMenuButton* AddSystemMenuButton(views::ButtonListener* listener, |
+ const gfx::VectorIcon& icon, |
+ int accessible_name_id, |
+ bool after_content); |
// The container for the views positioned before |content_|. |
views::View* views_before_content_container_; |