Index: ui/views/window/native_frame_view.h |
diff --git a/ui/views/window/native_frame_view.h b/ui/views/window/native_frame_view.h |
index 178b2dfb635af4662bddda98a96107724ad79727..154453d3eba2b61cdf52f59082dd9ca88d4ce236 100644 |
--- a/ui/views/window/native_frame_view.h |
+++ b/ui/views/window/native_frame_view.h |
@@ -32,7 +32,7 @@ class VIEWS_EXPORT NativeFrameView : public NonClientFrameView { |
// View overrides: |
virtual gfx::Size GetPreferredSize() const OVERRIDE; |
virtual gfx::Size GetMinimumSize() const OVERRIDE; |
- virtual gfx::Size GetMaximumSize() OVERRIDE; |
+ virtual gfx::Size GetMaximumSize() const OVERRIDE; |
virtual const char* GetClassName() const OVERRIDE; |
private: |