| 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 0566bfcf5168283dfa7bba05d6b782b5d35e4e80..f7a40626a4b8f763b1dc3e0753a704fef07d3fd3 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
|
| @@ -13,11 +13,11 @@ namespace browser_sync {
|
| HistoryDeleteDirectivesDataTypeController::
|
| HistoryDeleteDirectivesDataTypeController(const base::Closure& dump_stack,
|
| syncer::SyncClient* sync_client)
|
| - : syncer::NonUIDataTypeController(syncer::HISTORY_DELETE_DIRECTIVES,
|
| - dump_stack,
|
| - sync_client,
|
| - syncer::GROUP_UI,
|
| - base::ThreadTaskRunnerHandle::Get()),
|
| + : syncer::AsyncDirectoryTypeController(syncer::HISTORY_DELETE_DIRECTIVES,
|
| + dump_stack,
|
| + sync_client,
|
| + syncer::GROUP_UI,
|
| + base::ThreadTaskRunnerHandle::Get()),
|
| sync_client_(sync_client) {}
|
|
|
| HistoryDeleteDirectivesDataTypeController::
|
|
|