Index: chrome/browser/favicon/favicon_service.cc |
diff --git a/chrome/browser/favicon/favicon_service.cc b/chrome/browser/favicon/favicon_service.cc |
index 829f8be6629d69d916e8b2c4ac7ad03f93a76c69..064151e925a10491667a4d449234b26602522807 100644 |
--- a/chrome/browser/favicon/favicon_service.cc |
+++ b/chrome/browser/favicon/favicon_service.cc |
@@ -78,9 +78,9 @@ std::vector<int> GetPixelSizesForFaviconScales(int size_in_dip) { |
} // namespace |
FaviconService::FaviconService(Profile* profile, FaviconClient* favicon_client) |
- : history_service_( |
- HistoryServiceFactory::GetForProfile(profile, |
- Profile::EXPLICIT_ACCESS)), |
+ : history_service_(HistoryServiceFactory::GetForProfile( |
+ profile, |
+ ServiceAccessType::EXPLICIT_ACCESS)), |
profile_(profile), |
favicon_client_(favicon_client) { |
} |