Index: ui/app_list/views/apps_grid_view.h |
diff --git a/ui/app_list/views/apps_grid_view.h b/ui/app_list/views/apps_grid_view.h |
index 1b19d1a4472fc5fb1cd7173bc42810b214eeef45..79d19e65094118f2ee372123f94ac290bedc6e1b 100644 |
--- a/ui/app_list/views/apps_grid_view.h |
+++ b/ui/app_list/views/apps_grid_view.h |
@@ -132,7 +132,7 @@ class APP_LIST_EXPORT AppsGridView : public views::View, |
bool dragging() const { return drag_pointer_ != NONE; } |
// Overridden from views::View: |
- virtual gfx::Size GetPreferredSize() OVERRIDE; |
+ virtual gfx::Size GetPreferredSize() const OVERRIDE; |
virtual void Layout() OVERRIDE; |
virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE; |
virtual bool OnKeyReleased(const ui::KeyEvent& event) OVERRIDE; |