| Index: chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| index dd28fb16d4b9f6f2f04f695204ef62670758375b..b3a3f444c733a49974f51b8c4d59a9171ba714bb 100644
|
| --- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| +++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.h
|
| @@ -11,7 +11,7 @@
|
| #include "base/basictypes.h"
|
| #include "base/memory/ref_counted.h"
|
| #include "base/task/cancelable_task_tracker.h"
|
| -#include "chrome/browser/favicon/favicon_service.h"
|
| +#include "chrome/common/favicon/favicon_types.h"
|
| #include "content/public/browser/web_ui_message_handler.h"
|
|
|
| class ExtensionIconColorManager;
|
| @@ -41,9 +41,8 @@ class FaviconWebUIHandler : public content::WebUIMessageHandler {
|
|
|
| private:
|
| // Called when favicon data is available from the history backend.
|
| - void OnFaviconDataAvailable(
|
| - FaviconService::Handle request_handle,
|
| - const chrome::FaviconBitmapResult& bitmap_result);
|
| + void OnFaviconDataAvailable(int request_handle,
|
| + const chrome::FaviconBitmapResult& bitmap_result);
|
|
|
| base::CancelableTaskTracker cancelable_task_tracker_;
|
|
|
|
|