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

Unified Diff: chrome/browser/ui/webui/chrome_web_ui_controller_factory.h

Issue 291643002: Move favicon callbacks to favicon_base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 7 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
Index: chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
diff --git a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
index 718ca6c92eb11fe98a04df44ce95b939f53b330e..dfd55987c514056e6ad32d4aaaf2278d94250ec2 100644
--- a/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
+++ b/chrome/browser/ui/webui/chrome_web_ui_controller_factory.h
@@ -7,9 +7,10 @@
#include "base/basictypes.h"
#include "base/memory/singleton.h"
+#include "components/favicon_base/favicon_callback.h"
#include "content/public/browser/web_ui.h"
#include "content/public/browser/web_ui_controller_factory.h"
-#include "chrome/browser/favicon/favicon_service.h"
+#include "ui/base/layout.h"
class Profile;
@@ -36,7 +37,7 @@ class ChromeWebUIControllerFactory : public content::WebUIControllerFactory {
Profile* profile,
const GURL& page_url,
const std::vector<ui::ScaleFactor>& scale_factors,
- const FaviconService::FaviconResultsCallback& callback) const;
+ const favicon_base::FaviconResultsCallback& callback) const;
static ChromeWebUIControllerFactory* GetInstance();
« no previous file with comments | « chrome/browser/sync/test/integration/bookmarks_helper.cc ('k') | chrome/browser/ui/webui/chrome_web_ui_controller_factory.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698