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 7f4ea1db2e8b77fa708dcab3d00e4ec209b8db15..1cf8a843552ed9fe2666099f88f096eca29cd4ab 100644 |
--- a/ash/system/tray/special_popup_row.h |
+++ b/ash/system/tray/special_popup_row.h |
@@ -35,8 +35,8 @@ class SpecialPopupRow : public views::View { |
private: |
// Overridden from views::View. |
- virtual gfx::Size GetPreferredSize() OVERRIDE; |
- virtual int GetHeightForWidth(int width) OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE; |
+ virtual int GetHeightForWidth(int width) const OVERRIDE; |
virtual void Layout() OVERRIDE; |
views::View* content_; |