| 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 6feb12c8207a8ad4b83f54ad391b6dbfa4c049ac..3f021737ce4dc292e7f451e8cc3fb786de65822c 100644
|
| --- a/chrome/browser/ui/app_list/app_list_shower_views.h
|
| +++ b/chrome/browser/ui/app_list/app_list_shower_views.h
|
| @@ -27,7 +27,7 @@ class AppListShower {
|
| void ShowForCurrentProfile();
|
| gfx::NativeWindow GetWindow();
|
|
|
| - app_list::AppListView* app_list() { return app_list_; }
|
| + app_list::AppListView* app_list() const { return app_list_; }
|
| Profile* profile() const { return profile_; }
|
|
|
| // Create or recreate, and initialize |app_list_| from |requested_profile|.
|
|
|