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

Unified Diff: components/sync/device_info/device_info_data_type_controller.cc

Issue 2549223003: [Sync] Rename NonUIDataTypeController to AsyncDirectoryTypeController (Closed)
Patch Set: Created 4 years 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/sync/device_info/device_info_data_type_controller.cc
diff --git a/components/sync/device_info/device_info_data_type_controller.cc b/components/sync/device_info/device_info_data_type_controller.cc
index c88c7a1a03fcfe59978f97b753d286c924385d9a..49dcd1343c88fedeaadf8cb4a494cdcd679ba690 100644
--- a/components/sync/device_info/device_info_data_type_controller.cc
+++ b/components/sync/device_info/device_info_data_type_controller.cc
@@ -13,11 +13,11 @@ DeviceInfoDataTypeController::DeviceInfoDataTypeController(
const base::Closure& dump_stack,
SyncClient* sync_client,
LocalDeviceInfoProvider* local_device_info_provider)
- : NonUIDataTypeController(DEVICE_INFO,
- dump_stack,
- sync_client,
- GROUP_UI,
- base::ThreadTaskRunnerHandle::Get()),
+ : AsyncDirectoryTypeController(DEVICE_INFO,
+ dump_stack,
+ sync_client,
+ GROUP_UI,
+ base::ThreadTaskRunnerHandle::Get()),
local_device_info_provider_(local_device_info_provider) {}
DeviceInfoDataTypeController::~DeviceInfoDataTypeController() {}

Powered by Google App Engine
This is Rietveld 408576698