| Index: chrome/browser/favicon/chrome_favicon_client.cc
|
| diff --git a/chrome/browser/favicon/chrome_favicon_client.cc b/chrome/browser/favicon/chrome_favicon_client.cc
|
| index 68bc7d9c596112e30c5ef045185a7b0947e3b445..ca34ae37ceb5c7ef93441e276fb6c8c32d21fe15 100644
|
| --- a/chrome/browser/favicon/chrome_favicon_client.cc
|
| +++ b/chrome/browser/favicon/chrome_favicon_client.cc
|
| @@ -17,8 +17,8 @@ ChromeFaviconClient::~ChromeFaviconClient() {
|
| }
|
|
|
| FaviconService* ChromeFaviconClient::GetFaviconService() {
|
| - return FaviconServiceFactory::GetForProfile(profile_,
|
| - Profile::EXPLICIT_ACCESS);
|
| + return FaviconServiceFactory::GetForProfile(
|
| + profile_, ServiceAccessType::EXPLICIT_ACCESS);
|
| }
|
|
|
| bool ChromeFaviconClient::IsBookmarked(const GURL& url) {
|
|
|