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

Unified Diff: chrome/browser/supervised_user/supervised_user_sync_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 | « no previous file | chrome/browser/supervised_user/supervised_user_sync_data_type_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h
diff --git a/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h b/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h
index f3a972de67ec622612dd056b530fc9d30c08c538..b8284b198bd3465b9895091e716b8581dbcb4e97 100644
--- a/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h
+++ b/chrome/browser/supervised_user/supervised_user_sync_data_type_controller.h
@@ -6,8 +6,8 @@
#define CHROME_BROWSER_SUPERVISED_USER_SUPERVISED_USER_SYNC_DATA_TYPE_CONTROLLER_H_
#include "base/macros.h"
+#include "components/sync/driver/async_directory_type_controller.h"
#include "components/sync/driver/data_type_controller.h"
-#include "components/sync/driver/non_ui_data_type_controller.h"
class Profile;
@@ -18,7 +18,7 @@ class SyncClient;
// A DataTypeController for supervised user sync datatypes, which enables or
// disables these types based on the profile's IsSupervised state.
class SupervisedUserSyncDataTypeController
- : public syncer::NonUIDataTypeController {
+ : public syncer::AsyncDirectoryTypeController {
public:
// |dump_stack| is called when an unrecoverable error occurs.
SupervisedUserSyncDataTypeController(syncer::ModelType type,
@@ -27,7 +27,7 @@ class SupervisedUserSyncDataTypeController
Profile* profile);
~SupervisedUserSyncDataTypeController() override;
- // NonUIDataTypeController implementation.
+ // AsyncDirectoryTypeController implementation.
bool ReadyForStart() const override;
private:
« no previous file with comments | « no previous file | chrome/browser/supervised_user/supervised_user_sync_data_type_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698