Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1474)

Unified Diff: chrome/browser/ui/webui/ntp/favicon_webui_handler.h

Issue 230873003: Remove stale include of cancelable_request.h. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Added missing #include. Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/favicon/favicon_service.h ('k') | chrome/browser/ui/webui/ntp/favicon_webui_handler.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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_;
« no previous file with comments | « chrome/browser/favicon/favicon_service.h ('k') | chrome/browser/ui/webui/ntp/favicon_webui_handler.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698