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 79d19e65094118f2ee372123f94ac290bedc6e1b..e5ecbad8880b4b125ef1f8c8b977dff5978e8e17 100644 |
--- a/ui/app_list/views/apps_grid_view.h |
+++ b/ui/app_list/views/apps_grid_view.h |
@@ -132,6 +132,7 @@ class APP_LIST_EXPORT AppsGridView : public views::View, |
bool dragging() const { return drag_pointer_ != NONE; } |
// Overridden from views::View: |
+ virtual const char* GetClassName() const OVERRIDE; |
virtual gfx::Size GetPreferredSize() const OVERRIDE; |
virtual void Layout() OVERRIDE; |
virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE; |