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..98602ea0ffab259177633b6bd073d39228dfdb24 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 |
| +} // namespace app_list_controller |
|
benwells
2013/01/18 06:18:46
Nit: app_list_controller->chrome
koz (OOO until 15th September)
2013/01/20 23:32:00
Done.
|