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 cf07a935a1ac567c79aa006a22dc59f3739a277b..f067ab9a636d7b12c2ad0fc688bb9ebb53baad96 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,12 +10,11 @@ |
namespace browser_sync { |
HistoryDeleteDirectivesDataTypeController:: |
- HistoryDeleteDirectivesDataTypeController( |
- const base::Closure& dump_stack, |
- sync_driver::SyncClient* sync_client) |
- : sync_driver::UIDataTypeController(syncer::HISTORY_DELETE_DIRECTIVES, |
- dump_stack, |
- sync_client), |
+ HistoryDeleteDirectivesDataTypeController(const base::Closure& dump_stack, |
+ syncer::SyncClient* sync_client) |
+ : syncer::UIDataTypeController(syncer::HISTORY_DELETE_DIRECTIVES, |
+ dump_stack, |
+ sync_client), |
sync_client_(sync_client) {} |
HistoryDeleteDirectivesDataTypeController:: |