Index: chrome/browser/favicon/favicon_service.cc |
=================================================================== |
--- chrome/browser/favicon/favicon_service.cc (revision 119190) |
+++ chrome/browser/favicon/favicon_service.cc (working copy) |
@@ -7,7 +7,7 @@ |
#include "chrome/browser/history/history.h" |
#include "chrome/browser/history/history_backend.h" |
#include "chrome/browser/profiles/profile.h" |
-#include "chrome/browser/ui/webui/chrome_web_ui_factory.h" |
+#include "chrome/browser/ui/webui/chrome_web_ui_controller_factory.h" |
#include "chrome/common/url_constants.h" |
FaviconService::FaviconService(Profile* profile) : profile_(profile) { |
@@ -54,7 +54,7 @@ |
FaviconService::Handle handle = request->handle(); |
if (page_url.SchemeIs(chrome::kChromeUIScheme) || |
page_url.SchemeIs(chrome::kExtensionScheme)) { |
- ChromeWebUIFactory::GetInstance()->GetFaviconForURL( |
+ ChromeWebUIControllerFactory::GetInstance()->GetFaviconForURL( |
profile_, request, page_url); |
} else { |
HistoryService* hs = profile_->GetHistoryService(Profile::EXPLICIT_ACCESS); |