Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(88)

Unified Diff: ios/chrome/browser/ui/webui/history/favicon_source.cc

Issue 2376123003: [Sync] Move //components/sync to the syncer namespace. (Closed)
Patch Set: Rebase. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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) {}

Powered by Google App Engine
This is Rietveld 408576698