Index: ui/views/window/client_view.h |
diff --git a/ui/views/window/client_view.h b/ui/views/window/client_view.h |
index b58f5513ff7d877561d02ebe597348dde07a99e4..9e276b72d87efd1525b6f0d36525f27527c891cf 100644 |
--- a/ui/views/window/client_view.h |
+++ b/ui/views/window/client_view.h |
@@ -57,9 +57,9 @@ class VIEWS_EXPORT ClientView : public View { |
virtual int NonClientHitTest(const gfx::Point& point); |
// Overridden from View: |
- virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE; |
+ virtual gfx::Size GetMinimumSize() const OVERRIDE; |
virtual gfx::Size GetMaximumSize() OVERRIDE; |
- virtual gfx::Size GetMinimumSize() OVERRIDE; |
virtual void Layout() OVERRIDE; |
virtual const char* GetClassName() const OVERRIDE; |