Index: chrome/browser/extensions/extension_web_ui.h |
diff --git a/chrome/browser/extensions/extension_web_ui.h b/chrome/browser/extensions/extension_web_ui.h |
index 4bd2cc1392385ff23b25680c6c37aa6e27076d99..110ef102161917fac8ce0c4727fbfebe795128cf 100644 |
--- a/chrome/browser/extensions/extension_web_ui.h |
+++ b/chrome/browser/extensions/extension_web_ui.h |
@@ -8,8 +8,8 @@ |
#include <string> |
#include "base/memory/scoped_ptr.h" |
-#include "chrome/browser/favicon/favicon_service.h" |
#include "chrome/common/extensions/manifest_url_handler.h" |
+#include "components/favicon_base/favicon_callback.h" |
#include "content/public/browser/web_ui_controller.h" |
class Profile; |
@@ -67,7 +67,7 @@ class ExtensionWebUI : public content::WebUIController { |
static void GetFaviconForURL( |
Profile* profile, |
const GURL& page_url, |
- const FaviconService::FaviconResultsCallback& callback); |
+ const favicon_base::FaviconResultsCallback& callback); |
private: |
// Unregister the specified override, and if it's the currently active one, |