Index: ui/views/window/custom_frame_view.h |
diff --git a/ui/views/window/custom_frame_view.h b/ui/views/window/custom_frame_view.h |
index f777e1d71b1aae4d9b373a66f1c05f95e439866e..1c25f0454d30c4a10e5bc0f80f4c3a4098996560 100644 |
--- a/ui/views/window/custom_frame_view.h |
+++ b/ui/views/window/custom_frame_view.h |
@@ -53,7 +53,7 @@ class CustomFrameView : public NonClientFrameView, |
virtual void Layout() OVERRIDE; |
virtual gfx::Size GetPreferredSize() const OVERRIDE; |
virtual gfx::Size GetMinimumSize() const OVERRIDE; |
- virtual gfx::Size GetMaximumSize() OVERRIDE; |
+ virtual gfx::Size GetMaximumSize() const OVERRIDE; |
// Overridden from ButtonListener: |
virtual void ButtonPressed(Button* sender, const ui::Event& event) OVERRIDE; |