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

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

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
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/sync/device_info/device_info_data_type_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/sync/device_info/device_info_data_type_controller.h
diff --git a/components/sync/device_info/device_info_data_type_controller.h b/components/sync/device_info/device_info_data_type_controller.h
index f36a83ecfc0c9a08650125337354d086d02996a0..d5c334cf1b588bc00ee1021c96fd88c5a0555528 100644
--- a/components/sync/device_info/device_info_data_type_controller.h
+++ b/components/sync/device_info/device_info_data_type_controller.h
@@ -9,12 +9,12 @@
#include "base/macros.h"
#include "components/sync/device_info/local_device_info_provider.h"
-#include "components/sync/driver/non_ui_data_type_controller.h"
+#include "components/sync/driver/async_directory_type_controller.h"
namespace syncer {
// DataTypeController for DEVICE_INFO model type.
-class DeviceInfoDataTypeController : public NonUIDataTypeController {
+class DeviceInfoDataTypeController : public AsyncDirectoryTypeController {
public:
// |dump_stack| is called when an unrecoverable error occurs.
DeviceInfoDataTypeController(
@@ -24,7 +24,7 @@ class DeviceInfoDataTypeController : public NonUIDataTypeController {
~DeviceInfoDataTypeController() override;
private:
- // NonUIDataTypeController implementation.
+ // AsyncDirectoryTypeController implementation.
bool StartModels() override;
void StopModels() override;
« no previous file with comments | « components/sync/BUILD.gn ('k') | components/sync/device_info/device_info_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698