| Index: chrome/browser/ui/app_list/app_list_service.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h
|
| index 99fbd65c2898852bd407eefc5e2a47f32992500d..7c9d401887944e5b1201e99d8b4d988faa3db10d 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service.h
|
| @@ -68,8 +68,7 @@ class AppListService {
|
| // painted.
|
| virtual void SetAppListNextPaintCallback(void (*callback)()) = 0;
|
|
|
| - virtual base::FilePath GetProfilePath(
|
| - const base::FilePath& user_data_dir) = 0;
|
| + virtual base::FilePath GetProfilePath() = 0;
|
| virtual void SetProfilePath(const base::FilePath& profile_path) = 0;
|
|
|
| // Show the app list for the profile configured in the user data dir for the
|
|
|