Index: ash/frame/caption_buttons/frame_caption_button.h |
diff --git a/ash/frame/caption_buttons/frame_caption_button.h b/ash/frame/caption_buttons/frame_caption_button.h |
index f9a4de189c9db4a36f29c950eddd785b31014bc5..6fd9831ef7f9c51e5f028744228126d19139bbd5 100644 |
--- a/ash/frame/caption_buttons/frame_caption_button.h |
+++ b/ash/frame/caption_buttons/frame_caption_button.h |
@@ -47,7 +47,7 @@ class ASH_EXPORT FrameCaptionButton : public views::CustomButton { |
bool IsAnimatingImageSwap() const; |
// views::View overrides: |
- virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE; |
virtual const char* GetClassName() const OVERRIDE; |
virtual void OnPaint(gfx::Canvas* canvas) OVERRIDE; |