summaryrefslogtreecommitdiffstats
path: root/ash/system/tray/special_popup_row.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/system/tray/special_popup_row.h')
-rw-r--r--ash/system/tray/special_popup_row.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/ash/system/tray/special_popup_row.h b/ash/system/tray/special_popup_row.h
index 1cf8a84..767179f 100644
--- a/ash/system/tray/special_popup_row.h
+++ b/ash/system/tray/special_popup_row.h
@@ -35,9 +35,9 @@ class SpecialPopupRow : public views::View {
private:
// Overridden from views::View.
- virtual gfx::Size GetPreferredSize() const OVERRIDE;
- virtual int GetHeightForWidth(int width) const OVERRIDE;
- virtual void Layout() OVERRIDE;
+ virtual gfx::Size GetPreferredSize() const override;
+ virtual int GetHeightForWidth(int width) const override;
+ virtual void Layout() override;
views::View* content_;
views::View* button_container_;