diff options
Diffstat (limited to 'chrome/browser/sync/glue/bookmark_change_processor.cc')
-rw-r--r-- | chrome/browser/sync/glue/bookmark_change_processor.cc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/chrome/browser/sync/glue/bookmark_change_processor.cc b/chrome/browser/sync/glue/bookmark_change_processor.cc index ac57fcd..32db1f9 100644 --- a/chrome/browser/sync/glue/bookmark_change_processor.cc +++ b/chrome/browser/sync/glue/bookmark_change_processor.cc @@ -904,8 +904,9 @@ void BookmarkChangeProcessor::ApplyBookmarkFavicon( const scoped_refptr<base::RefCountedMemory>& bitmap_data) { history::HistoryService* history = HistoryServiceFactory::GetForProfile( profile, ServiceAccessType::EXPLICIT_ACCESS); - FaviconService* favicon_service = FaviconServiceFactory::GetForProfile( - profile, ServiceAccessType::EXPLICIT_ACCESS); + favicon::FaviconService* favicon_service = + FaviconServiceFactory::GetForProfile(profile, + ServiceAccessType::EXPLICIT_ACCESS); history->AddPageNoVisitForBookmark(bookmark_node->url(), bookmark_node->GetTitle()); |