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

Unified Diff: components/history/core/browser/history_delete_directives_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
Index: components/history/core/browser/history_delete_directives_data_type_controller.h
diff --git a/components/history/core/browser/history_delete_directives_data_type_controller.h b/components/history/core/browser/history_delete_directives_data_type_controller.h
index f75613ea0bb1e65bd95e637f3a0595b1c2040119..a000181eec4d2b6fc6c0e55ed535e543e3ef83b6 100644
--- a/components/history/core/browser/history_delete_directives_data_type_controller.h
+++ b/components/history/core/browser/history_delete_directives_data_type_controller.h
@@ -7,7 +7,7 @@
#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"
#include "components/sync/driver/sync_service_observer.h"
namespace browser_sync {
@@ -15,7 +15,7 @@ namespace browser_sync {
// A controller for delete directives, which cannot sync when full encryption
// is enabled.
class HistoryDeleteDirectivesDataTypeController
- : public syncer::NonUIDataTypeController,
+ : public syncer::AsyncDirectoryTypeController,
public syncer::SyncServiceObserver {
public:
// |dump_stack| is called when an unrecoverable error occurs.
@@ -23,7 +23,7 @@ class HistoryDeleteDirectivesDataTypeController
syncer::SyncClient* sync_client);
~HistoryDeleteDirectivesDataTypeController() override;
- // NonUIDataTypeController override.
+ // AsyncDirectoryTypeController override.
bool ReadyForStart() const override;
bool StartModels() override;
void StopModels() override;

Powered by Google App Engine
This is Rietveld 408576698