summaryrefslogtreecommitdiff
path: root/chromium/ui/views/controls/button/menu_button.h
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/ui/views/controls/button/menu_button.h')
-rw-r--r--chromium/ui/views/controls/button/menu_button.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chromium/ui/views/controls/button/menu_button.h b/chromium/ui/views/controls/button/menu_button.h
index 9adbee93848..e38200b8a43 100644
--- a/chromium/ui/views/controls/button/menu_button.h
+++ b/chromium/ui/views/controls/button/menu_button.h
@@ -95,7 +95,7 @@ class VIEWS_EXPORT MenuButton : public LabelButton {
// Overridden from LabelButton:
gfx::Rect GetChildAreaBounds() override;
- // Overridden from CustomButton:
+ // Overridden from Button:
bool IsTriggerableEvent(const ui::Event& event) override;
bool ShouldEnterPushedState(const ui::Event& event) override;
void StateChanged(ButtonState old_state) override;