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