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 09ecd95070312ed60d012348b7422f8c943e6819..178b2dfb635af4662bddda98a96107724ad79727 100644 |
--- a/ui/views/window/native_frame_view.h |
+++ b/ui/views/window/native_frame_view.h |
@@ -30,8 +30,8 @@ class VIEWS_EXPORT NativeFrameView : public NonClientFrameView { |
virtual void UpdateWindowTitle() OVERRIDE; |
// View overrides: |
- virtual gfx::Size GetPreferredSize() OVERRIDE; |
- virtual gfx::Size GetMinimumSize() OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE; |
+ virtual gfx::Size GetMinimumSize() const OVERRIDE; |
virtual gfx::Size GetMaximumSize() OVERRIDE; |
virtual const char* GetClassName() const OVERRIDE; |