| Index: chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| diff --git a/chrome/browser/ui/ash/app_list/app_list_service_ash.h b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| index 62e3ae63eefbefdd365873646fe000448d4a1af7..187ff47c9f73909bdd6df358858076a9d8a9094b 100644
|
| --- a/chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| +++ b/chrome/browser/ui/ash/app_list/app_list_service_ash.h
|
| @@ -38,7 +38,7 @@ class AppListServiceAsh : public AppListServiceImpl {
|
| void ShowAndSwitchToState(app_list::AppListModel::State state);
|
|
|
| // AppListService overrides:
|
| - base::FilePath GetProfilePath(const base::FilePath& user_data_dir) override;
|
| + base::FilePath GetProfilePath() override;
|
| void ShowForProfile(Profile* default_profile) override;
|
| void ShowForAppInstall(Profile* profile,
|
| const std::string& extension_id,
|
|
|