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

Unified Diff: components/history/core/browser/history_delete_directives_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/history_delete_directives_data_type_controller.cc
diff --git a/components/history/core/browser/history_delete_directives_data_type_controller.cc b/components/history/core/browser/history_delete_directives_data_type_controller.cc
index f067ab9a636d7b12c2ad0fc688bb9ebb53baad96..cf07a935a1ac567c79aa006a22dc59f3739a277b 100644
--- a/components/history/core/browser/history_delete_directives_data_type_controller.cc
+++ b/components/history/core/browser/history_delete_directives_data_type_controller.cc
@@ -10,11 +10,12 @@
namespace browser_sync {
HistoryDeleteDirectivesDataTypeController::
- HistoryDeleteDirectivesDataTypeController(const base::Closure& dump_stack,
- syncer::SyncClient* sync_client)
- : syncer::UIDataTypeController(syncer::HISTORY_DELETE_DIRECTIVES,
- dump_stack,
- sync_client),
+ HistoryDeleteDirectivesDataTypeController(
+ const base::Closure& dump_stack,
+ sync_driver::SyncClient* sync_client)
+ : sync_driver::UIDataTypeController(syncer::HISTORY_DELETE_DIRECTIVES,
+ dump_stack,
+ sync_client),
sync_client_(sync_client) {}
HistoryDeleteDirectivesDataTypeController::

Powered by Google App Engine
This is Rietveld 408576698