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

Unified Diff: components/autofill/core/browser/webdata/autofill_profile_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/autofill/core/browser/webdata/autofill_profile_data_type_controller.h
diff --git a/components/autofill/core/browser/webdata/autofill_profile_data_type_controller.h b/components/autofill/core/browser/webdata/autofill_profile_data_type_controller.h
index 640d86d898d1a14998dc50715be6d2430efc57ec..6dd5fd558939bdaa04fd92d1aa5c34bfab1dbde9 100644
--- a/components/autofill/core/browser/webdata/autofill_profile_data_type_controller.h
+++ b/components/autofill/core/browser/webdata/autofill_profile_data_type_controller.h
@@ -10,7 +10,7 @@
#include "base/memory/ref_counted.h"
#include "base/scoped_observer.h"
#include "components/autofill/core/browser/personal_data_manager_observer.h"
-#include "components/sync/driver/non_ui_data_type_controller.h"
+#include "components/sync/driver/async_directory_type_controller.h"
namespace autofill {
class AutofillWebDataService;
@@ -20,7 +20,7 @@ namespace browser_sync {
// Controls syncing of the AUTOFILL_PROFILE data type.
class AutofillProfileDataTypeController
- : public syncer::NonUIDataTypeController,
+ : public syncer::AsyncDirectoryTypeController,
public autofill::PersonalDataManagerObserver {
public:
// |dump_stack| is called when an unrecoverable error occurs.
@@ -35,7 +35,7 @@ class AutofillProfileDataTypeController
void OnPersonalDataChanged() override;
protected:
- // NonUIDataTypeController:
+ // AsyncDirectoryTypeController:
bool StartModels() override;
void StopModels() override;

Powered by Google App Engine
This is Rietveld 408576698