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..590f4ee021d23fe8ffa23509e4cb14699e26dad5 100644 |
| --- a/chrome/browser/ui/app_list/app_list_util.cc |
| +++ b/chrome/browser/ui/app_list/app_list_util.cc |
| @@ -6,11 +6,12 @@ |
| #include "build/build_config.h" |
| -namespace chrome { |
| +namespace app_list_controller { |
|
tapted
2013/01/17 04:23:31
should be namespace chrome (there was an interveni
koz (OOO until 15th September)
2013/01/18 05:37:33
Done.
|
| #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 |