| Index: ios/chrome/browser/ui/webui/history/favicon_source.cc
|
| diff --git a/ios/chrome/browser/ui/webui/history/favicon_source.cc b/ios/chrome/browser/ui/webui/history/favicon_source.cc
|
| index 4f3d553f8beba65a9b791bc14fad79af7e7b9a34..78f4c553252c7cc86f7855f2cad8952d1a74d594 100644
|
| --- a/ios/chrome/browser/ui/webui/history/favicon_source.cc
|
| +++ b/ios/chrome/browser/ui/webui/history/favicon_source.cc
|
| @@ -40,7 +40,7 @@ FaviconSource::IconRequest::~IconRequest() {}
|
|
|
| FaviconSource::FaviconSource(favicon::FaviconService* favicon_service,
|
| const scoped_refptr<history::TopSites>& top_sites,
|
| - sync_driver::SyncService* sync_service)
|
| + syncer::SyncService* sync_service)
|
| : favicon_service_(favicon_service),
|
| top_sites_(top_sites),
|
| sync_service_(sync_service) {}
|
|
|