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

Unified Diff: chrome/browser/extensions/api/management/chrome_management_api_delegate.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/extensions/api/management/chrome_management_api_delegate.cc
diff --git a/chrome/browser/extensions/api/management/chrome_management_api_delegate.cc b/chrome/browser/extensions/api/management/chrome_management_api_delegate.cc
index 1cc35c7ab845d1e8a5bd6fe1643d9355eff60d09..ad32f10239ee7d6fa7a975d2f9ec56a4e1b8790c 100644
--- a/chrome/browser/extensions/api/management/chrome_management_api_delegate.cc
+++ b/chrome/browser/extensions/api/management/chrome_management_api_delegate.cc
@@ -246,7 +246,7 @@ ChromeManagementAPIDelegate::GenerateAppForLinkFunctionDelegate(
const std::string& title,
const GURL& launch_url) const {
FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
- Profile::FromBrowserContext(context), Profile::EXPLICIT_ACCESS);
+ Profile::FromBrowserContext(context), ServiceAccessType::EXPLICIT_ACCESS);
DCHECK(favicon_service);
ChromeAppForLinkDelegate* delegate = new ChromeAppForLinkDelegate;
« no previous file with comments | « chrome/browser/extensions/api/history/history_api.cc ('k') | chrome/browser/favicon/chrome_favicon_client.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698