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 57e2fe145e07a5d169359932bc1af3045ea367b7..905593999579d6214436515e997c2ff1b66fd04f 100644 |
--- a/components/autofill/core/browser/webdata/autofill_data_type_controller.h |
+++ b/components/autofill/core/browser/webdata/autofill_data_type_controller.h |
@@ -20,13 +20,13 @@ class AutofillWebDataService; |
namespace browser_sync { |
// A class that manages the startup and shutdown of autofill sync. |
-class AutofillDataTypeController : public sync_driver::NonUIDataTypeController { |
+class AutofillDataTypeController : public syncer::NonUIDataTypeController { |
public: |
// |dump_stack| is called when an unrecoverable error occurs. |
AutofillDataTypeController( |
const scoped_refptr<base::SingleThreadTaskRunner>& db_thread, |
const base::Closure& dump_stack, |
- sync_driver::SyncClient* sync_client, |
+ syncer::SyncClient* sync_client, |
const scoped_refptr<autofill::AutofillWebDataService>& web_data_service); |
~AutofillDataTypeController() override; |