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

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

Issue 839193002: Move ServiceAccessType into //components/keyed_service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix compilation on android Created 5 years, 11 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/ntp/favicon_webui_handler.cc
diff --git a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
index d0117449c1a6369090c13a7622f8f916fb486134..20cfe1aadcfb132c1145a288e3068e70f53b2171 100644
--- a/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
+++ b/chrome/browser/ui/webui/ntp/favicon_webui_handler.cc
@@ -91,7 +91,7 @@ void FaviconWebUIHandler::HandleGetFaviconDominantColor(
CHECK(args->GetString(1, &dom_id));
FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
- Profile::FromWebUI(web_ui()), Profile::EXPLICIT_ACCESS);
+ Profile::FromWebUI(web_ui()), ServiceAccessType::EXPLICIT_ACCESS);
if (!favicon_service || path.empty())
return;
« no previous file with comments | « chrome/browser/ui/webui/ntp/app_launcher_handler.cc ('k') | chrome/browser/ui/webui/ntp/suggestions_source_top_sites.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698