Index: chrome/browser/sync/glue/favicon_cache.cc |
diff --git a/chrome/browser/sync/glue/favicon_cache.cc b/chrome/browser/sync/glue/favicon_cache.cc |
index f591fe4fa24baefd3d234a439e9cce04dcaa5234..342a049a3f680b4adf7a27992278e9b06e32f419 100644 |
--- a/chrome/browser/sync/glue/favicon_cache.cc |
+++ b/chrome/browser/sync/glue/favicon_cache.cc |
@@ -434,8 +434,8 @@ void FaviconCache::OnPageFaviconUpdated(const GURL& page_url) { |
page_task_map_[page_url] = 0; // For testing only. |
return; |
} |
- FaviconService* favicon_service = |
- FaviconServiceFactory::GetForProfile(profile_, Profile::EXPLICIT_ACCESS); |
+ FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( |
+ profile_, ServiceAccessType::EXPLICIT_ACCESS); |
if (!favicon_service) |
return; |
// TODO(zea): This appears to only fetch one favicon (best match based on |