| Index: ui/app_list/apps_grid_view.h
|
| ===================================================================
|
| --- ui/app_list/apps_grid_view.h (revision 150588)
|
| +++ ui/app_list/apps_grid_view.h (working copy)
|
| @@ -49,8 +49,8 @@
|
| // Overridden from views::View:
|
| virtual gfx::Size GetPreferredSize() OVERRIDE;
|
| virtual void Layout() OVERRIDE;
|
| - virtual bool OnKeyPressed(const views::KeyEvent& event) OVERRIDE;
|
| - virtual bool OnKeyReleased(const views::KeyEvent& event) OVERRIDE;
|
| + virtual bool OnKeyPressed(const ui::KeyEvent& event) OVERRIDE;
|
| + virtual bool OnKeyReleased(const ui::KeyEvent& event) OVERRIDE;
|
| virtual void OnPaintFocusBorder(gfx::Canvas* canvas) OVERRIDE;
|
|
|
| private:
|
|
|