| Index: ui/app_list/views/app_list_view.h
|
| diff --git a/ui/app_list/views/app_list_view.h b/ui/app_list/views/app_list_view.h
|
| index 0265d29194f8d280c9a10418556ca0a2a4381535..61c16598ec6a3b4e6a4eb836999f6ca40b034188 100644
|
| --- a/ui/app_list/views/app_list_view.h
|
| +++ b/ui/app_list/views/app_list_view.h
|
| @@ -5,7 +5,6 @@
|
| #ifndef UI_APP_LIST_VIEWS_APP_LIST_VIEW_H_
|
| #define UI_APP_LIST_VIEWS_APP_LIST_VIEW_H_
|
|
|
| -#include "base/callback.h"
|
| #include "base/memory/scoped_ptr.h"
|
| #include "base/observer_list.h"
|
| #include "ui/app_list/app_list_export.h"
|
| @@ -96,7 +95,7 @@
|
| void RemoveObserver(AppListViewObserver* observer);
|
|
|
| // Set a callback to be called the next time any app list paints.
|
| - static void SetNextPaintCallback(const base::Closure& callback);
|
| + static void SetNextPaintCallback(void (*callback)());
|
|
|
| #if defined(OS_WIN)
|
| HWND GetHWND() const;
|
|
|