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

Unified Diff: components/browsing_data/core/counters/history_counter.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: components/browsing_data/core/counters/history_counter.cc
diff --git a/components/browsing_data/core/counters/history_counter.cc b/components/browsing_data/core/counters/history_counter.cc
index c1c44512ba0dcf2b820ef9a1f1220f58346c123c..26e652df47a34821c1be185d9cfaa7bb807c6e6c 100644
--- a/components/browsing_data/core/counters/history_counter.cc
+++ b/components/browsing_data/core/counters/history_counter.cc
@@ -20,7 +20,7 @@ namespace browsing_data {
HistoryCounter::HistoryCounter(
history::HistoryService* history_service,
const GetUpdatedWebHistoryServiceCallback& callback,
- syncer::SyncService* sync_service)
+ sync_driver::SyncService* sync_service)
: history_service_(history_service),
web_history_service_callback_(callback),
sync_service_(sync_service),
« no previous file with comments | « components/browsing_data/core/counters/history_counter.h ('k') | components/browsing_data/core/history_notice_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698