Chromium Code Reviews| Index: chrome/browser/ui/app_list/app_list_util.cc |
| diff --git a/chrome/browser/ui/app_list/app_list_util.cc b/chrome/browser/ui/app_list/app_list_util.cc |
| index bda19ce0922853b6386653027dcce8fde4c048a9..dd6cefa761581b376982c32a92134cad4e977896 100644 |
| --- a/chrome/browser/ui/app_list/app_list_util.cc |
| +++ b/chrome/browser/ui/app_list/app_list_util.cc |
| @@ -10,7 +10,7 @@ namespace chrome { |
| #if defined(OS_CHROMEOS) |
| // Default implementation for ports which do not have this implemented. |
| -void InitAppList() {} |
| +void InitAppList(Profile* profile) {} |
| #endif |
| } // namespace chrome |