| Index: chrome/browser/ui/app_list/app_list_shower_views.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_shower_views.h b/chrome/browser/ui/app_list/app_list_shower_views.h
|
| index f574a2f641118bb82b1b2b237975c92a6abedcdd..7702986d126c923b1e792f93ee76b51a8ac91d67 100644
|
| --- a/chrome/browser/ui/app_list/app_list_shower_views.h
|
| +++ b/chrome/browser/ui/app_list/app_list_shower_views.h
|
| @@ -6,7 +6,6 @@
|
| #define CHROME_BROWSER_UI_APP_LIST_APP_LIST_SHOWER_VIEWS_H_
|
|
|
| #include "base/memory/scoped_ptr.h"
|
| -#include "ui/app_list/pagination_model.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| namespace app_list {
|
| @@ -67,7 +66,6 @@ class AppListShower {
|
| scoped_ptr<ScopedKeepAlive> keep_alive_;
|
|
|
| bool window_icon_updated_;
|
| - app_list::PaginationModel pagination_model_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(AppListShower);
|
| };
|
|
|