Index: ash/system/tray/special_popup_row.h |
diff --git a/ash/system/tray/special_popup_row.h b/ash/system/tray/special_popup_row.h |
index 1cf8a843552ed9fe2666099f88f096eca29cd4ab..767179f1629524dbeecf4af9d0305ef33ab0f94c 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_; |