Index: ash/system/tray/tray_details_view.cc |
diff --git a/ash/system/tray/tray_details_view.cc b/ash/system/tray/tray_details_view.cc |
index 6a137f1cc4e3ae816a527d56358fcf4d31c57656..2c1fe17032fc2626061d7bedbcbd88c54fc95cde 100644 |
--- a/ash/system/tray/tray_details_view.cc |
+++ b/ash/system/tray/tray_details_view.cc |
@@ -27,7 +27,7 @@ class ScrollSeparator : public views::View { |
virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE { |
canvas->FillRect(gfx::Rect(0, height() / 2, width(), 1), kBorderLightColor); |
} |
- virtual gfx::Size GetPreferredSize() OVERRIDE { |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE { |
return gfx::Size(1, kTrayPopupScrollSeparatorHeight); |
} |