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

Unified Diff: components/autofill/core/browser/webdata/autofill_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_data_type_controller.h
diff --git a/components/autofill/core/browser/webdata/autofill_data_type_controller.h b/components/autofill/core/browser/webdata/autofill_data_type_controller.h
index 796fddcfde76caeaf0c318e54b9261b53010a966..bccdbf7d9f70a5c6b3cb19e231b7080599ed8fad 100644
--- a/components/autofill/core/browser/webdata/autofill_data_type_controller.h
+++ b/components/autofill/core/browser/webdata/autofill_data_type_controller.h
@@ -11,7 +11,7 @@
#include "base/gtest_prod_util.h"
#include "base/macros.h"
#include "base/memory/ref_counted.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 @@ class AutofillWebDataService;
namespace browser_sync {
// A class that manages the startup and shutdown of autofill sync.
-class AutofillDataTypeController : public syncer::NonUIDataTypeController {
+class AutofillDataTypeController : public syncer::AsyncDirectoryTypeController {
public:
// |dump_stack| is called when an unrecoverable error occurs.
AutofillDataTypeController(
@@ -31,7 +31,7 @@ class AutofillDataTypeController : public syncer::NonUIDataTypeController {
~AutofillDataTypeController() override;
protected:
- // NonUIDataTypeController implementation.
+ // AsyncDirectoryTypeController implementation.
bool StartModels() override;
private:

Powered by Google App Engine
This is Rietveld 408576698