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

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

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.h
diff --git a/ios/chrome/browser/ui/webui/history/favicon_source.h b/ios/chrome/browser/ui/webui/history/favicon_source.h
index 7ab065b5cd255f5ec7b4362637a5e5693747bbbb..58d7d36aac46bafbc0ef826668c3b23c796c0c2e 100644
--- a/ios/chrome/browser/ui/webui/history/favicon_source.h
+++ b/ios/chrome/browser/ui/webui/history/favicon_source.h
@@ -23,7 +23,7 @@ namespace history {
class TopSites;
}
-namespace syncer {
+namespace sync_driver {
class SyncService;
}
@@ -70,7 +70,7 @@ class FaviconSource : public web::URLDataSourceIOS {
// |favicon_service|, |top_sites| and |sync_service| can be null.
FaviconSource(favicon::FaviconService* favicon_service,
const scoped_refptr<history::TopSites>& top_sites,
- syncer::SyncService* sync_service);
+ sync_driver::SyncService* sync_service);
~FaviconSource() override;
@@ -122,7 +122,7 @@ class FaviconSource : public web::URLDataSourceIOS {
favicon::FaviconService* favicon_service_;
scoped_refptr<history::TopSites> top_sites_;
- syncer::SyncService* sync_service_;
+ sync_driver::SyncService* sync_service_;
base::CancelableTaskTracker cancelable_task_tracker_;
« no previous file with comments | « ios/chrome/browser/ui/webui/history/browsing_history_handler.cc ('k') | ios/chrome/browser/ui/webui/history/favicon_source.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698