| Index: chrome/browser/ui/android/navigation_popup.cc
|
| diff --git a/chrome/browser/ui/android/navigation_popup.cc b/chrome/browser/ui/android/navigation_popup.cc
|
| index 48876a59380fb6d47181e3ba2812ece472feb7c8..d23655ab23d8adeddc48c61c6adbd00941d90255 100644
|
| --- a/chrome/browser/ui/android/navigation_popup.cc
|
| +++ b/chrome/browser/ui/android/navigation_popup.cc
|
| @@ -41,7 +41,7 @@ void NavigationPopup::FetchFaviconForUrl(JNIEnv* env,
|
| jstring jurl) {
|
| Profile* profile = g_browser_process->profile_manager()->GetLastUsedProfile();
|
| FaviconService* favicon_service = FaviconServiceFactory::GetForProfile(
|
| - profile, Profile::EXPLICIT_ACCESS);
|
| + profile, ServiceAccessType::EXPLICIT_ACCESS);
|
| if (!favicon_service)
|
| return;
|
| GURL url(base::android::ConvertJavaStringToUTF16(env, jurl));
|
|
|