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

Unified Diff: components/history/core/browser/typed_url_data_type_controller.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/history/core/browser/typed_url_data_type_controller.cc
diff --git a/components/history/core/browser/typed_url_data_type_controller.cc b/components/history/core/browser/typed_url_data_type_controller.cc
index 8e99a0032b143d6702506f8b35afa093d72e1c90..6d2592768a3c227f12c62cc99af54c133a528ebf 100644
--- a/components/history/core/browser/typed_url_data_type_controller.cc
+++ b/components/history/core/browser/typed_url_data_type_controller.cc
@@ -49,7 +49,7 @@ class RunTaskOnHistoryThread : public history::HistoryDBTask {
TypedUrlDataTypeController::TypedUrlDataTypeController(
const base::Closure& dump_stack,
- syncer::SyncClient* sync_client,
+ sync_driver::SyncClient* sync_client,
const char* history_disabled_pref_name)
: NonUIDataTypeController(syncer::TYPED_URLS, dump_stack, sync_client),
history_disabled_pref_name_(history_disabled_pref_name),

Powered by Google App Engine
This is Rietveld 408576698