Index: chrome/browser/ui/app_list/app_list_service_disabled.cc |
diff --git a/chrome/browser/ui/app_list/app_list_service_disabled.cc b/chrome/browser/ui/app_list/app_list_service_disabled.cc |
index 25293ae6926fc877222a345f9989880bbe7bfb07..aa820ff0829ca556dfbbc2d64ab9e465bc357077 100644 |
--- a/chrome/browser/ui/app_list/app_list_service_disabled.cc |
+++ b/chrome/browser/ui/app_list/app_list_service_disabled.cc |
@@ -24,7 +24,7 @@ class AppListServiceDisabled : public AppListService { |
void SetAppListNextPaintCallback(void (*callback)()) override {} |
void Init(Profile* initial_profile) override {} |
- base::FilePath GetProfilePath(const base::FilePath& user_data_dir) override { |
+ base::FilePath GetProfilePath() override { |
return base::FilePath(); |
} |
void SetProfilePath(const base::FilePath& profile_path) override {} |