| Index: chrome/browser/ui/app_list/app_list_service_impl.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service_impl.h b/chrome/browser/ui/app_list/app_list_service_impl.h
|
| index 2428e1c686554f259ef5f6d2dbe61ddcb5e0d2a3..085faed6fef640a83a1d926717e821efccd1210f 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service_impl.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service_impl.h
|
| @@ -39,8 +39,7 @@ class AppListServiceImpl : public AppListService,
|
| scoped_ptr<KeepAliveService> keep_alive_service);
|
|
|
| // AppListService overrides:
|
| - virtual void SetAppListNextPaintCallback(
|
| - const base::Closure& callback) OVERRIDE;
|
| + virtual void SetAppListNextPaintCallback(void (*callback)()) OVERRIDE;
|
| virtual void HandleFirstRun() OVERRIDE;
|
| virtual void Init(Profile* initial_profile) OVERRIDE;
|
| virtual base::FilePath GetProfilePath(
|
|
|