| Index: chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| index 079edff8684d41542324ba8bc8f74d3025286fa8..4da1b70c0447d50ab43c6e2ea86be6db815167cf 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_controller_ash.h
|
| @@ -19,7 +19,6 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
|
| explicit AppListControllerDelegateAsh(app_list::AppListPresenterImpl*);
|
| ~AppListControllerDelegateAsh() override;
|
|
|
| - private:
|
| // AppListControllerDelegate overrides:
|
| void DismissView() override;
|
| gfx::NativeWindow GetAppListWindow() override;
|
| @@ -50,6 +49,7 @@ class AppListControllerDelegateAsh : public AppListControllerDelegate {
|
| void ShowForProfileByPath(const base::FilePath& profile_path) override;
|
| bool ShouldShowUserIcon() override;
|
|
|
| + private:
|
| ash::LaunchSource AppListSourceToLaunchSource(AppListSource source);
|
|
|
| // Not owned.
|
|
|