diff options
Diffstat (limited to 'chrome/browser/search/instant_service.cc')
-rw-r--r-- | chrome/browser/search/instant_service.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/search/instant_service.cc b/chrome/browser/search/instant_service.cc index 77b13bc..88435a5 100644 --- a/chrome/browser/search/instant_service.cc +++ b/chrome/browser/search/instant_service.cc @@ -131,8 +131,9 @@ InstantService::InstantService(Profile* profile) content::URLDataSource::Add(profile_, new ThumbnailListSource(profile_)); #endif // !defined(OS_ANDROID) - FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( - profile_, ServiceAccessType::EXPLICIT_ACCESS); + favicon::FaviconService* favicon_service = + FaviconServiceFactory::GetForProfile(profile_, + ServiceAccessType::EXPLICIT_ACCESS); FallbackIconService* fallback_icon_service = FallbackIconServiceFactory::GetForBrowserContext(profile_); |