| Index: ash/wm/app_list_controller.cc
|
| ===================================================================
|
| --- ash/wm/app_list_controller.cc (revision 170746)
|
| +++ ash/wm/app_list_controller.cc (working copy)
|
| @@ -90,7 +90,8 @@
|
| // AppListController, public:
|
|
|
| AppListController::AppListController()
|
| - : pagination_model_(new app_list::PaginationModel),
|
| + : FocusChangeShim(Shell::GetInstance()),
|
| + pagination_model_(new app_list::PaginationModel),
|
| is_visible_(false),
|
| view_(NULL),
|
| should_snap_back_(false) {
|
|
|