Index: ui/views/controls/single_split_view.h |
diff --git a/ui/views/controls/single_split_view.h b/ui/views/controls/single_split_view.h |
index 144efe298593b9e39b7db7614dda1760a09176d6..c03c8340e3586e5ce542cdcf4c147ed706d96f68 100644 |
--- a/ui/views/controls/single_split_view.h |
+++ b/ui/views/controls/single_split_view.h |
@@ -38,7 +38,7 @@ class VIEWS_EXPORT SingleSplitView : public View { |
// SingleSplitView's preferred size is the sum of the preferred widths |
// and the max of the heights. |
- virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE; |
// Overriden to return a resize cursor when over the divider. |
virtual gfx::NativeCursor GetCursor(const ui::MouseEvent& event) OVERRIDE; |