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

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

Issue 2388673002: Revert of [Sync] Move //components/sync to the syncer namespace. (patchset #5 id:40001 of https://co (Closed)
Patch Set: Created 4 years, 2 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 78f4c553252c7cc86f7855f2cad8952d1a74d594..4f3d553f8beba65a9b791bc14fad79af7e7b9a34 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,
- syncer::SyncService* sync_service)
+ sync_driver::SyncService* sync_service)
: favicon_service_(favicon_service),
top_sites_(top_sites),
sync_service_(sync_service) {}

Powered by Google App Engine
This is Rietveld 408576698