| 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 1c1b4f896eca596be9ddcf5137c1105c1051df76..6feb12c8207a8ad4b83f54ad391b6dbfa4c049ac 100644
|
| --- a/chrome/browser/ui/app_list/app_list_shower_views.h
|
| +++ b/chrome/browser/ui/app_list/app_list_shower_views.h
|
| @@ -24,7 +24,7 @@ class AppListShower {
|
| explicit AppListShower(AppListShowerDelegate* delegate);
|
| virtual ~AppListShower();
|
|
|
| - void ShowForProfile(Profile* requested_profile);
|
| + void ShowForCurrentProfile();
|
| gfx::NativeWindow GetWindow();
|
|
|
| app_list::AppListView* app_list() { return app_list_; }
|
|
|