| Index: chrome/browser/ui/app_list/app_list_service.h
|
| diff --git a/chrome/browser/ui/app_list/app_list_service.h b/chrome/browser/ui/app_list/app_list_service.h
|
| index 5ba5161158512438a8be35d72b6652b34af5fb81..c5c82a8b290227a211decba0280187745d1be005 100644
|
| --- a/chrome/browser/ui/app_list/app_list_service.h
|
| +++ b/chrome/browser/ui/app_list/app_list_service.h
|
| @@ -8,7 +8,6 @@
|
| #include <string>
|
|
|
| #include "base/basictypes.h"
|
| -#include "base/callback_forward.h"
|
| #include "base/compiler_specific.h"
|
| #include "chrome/browser/ui/host_desktop.h"
|
| #include "ui/gfx/native_widget_types.h"
|
| @@ -41,7 +40,7 @@ class AppListService {
|
|
|
| // Indicates that |callback| should be called next time the app list is
|
| // painted.
|
| - virtual void SetAppListNextPaintCallback(const base::Closure& callback) = 0;
|
| + virtual void SetAppListNextPaintCallback(void (*callback)()) = 0;
|
|
|
| // Perform Chrome first run logic. This is executed before Chrome's threads
|
| // have been created.
|
|
|