| Index: chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.cc b/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| index 6a00be6aff678705ef0b0f1d62978546475c4c6a..669e247a823345a5f11b4ef6e4d29f05667f5da5 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| @@ -27,8 +27,8 @@ AutofillDataTypeController::AutofillDataTypeController(
|
| profile_sync_factory, profile, sync_service) {
|
| }
|
|
|
| -syncable::ModelType AutofillDataTypeController::type() const {
|
| - return syncable::AUTOFILL;
|
| +syncer::ModelType AutofillDataTypeController::type() const {
|
| + return syncer::AUTOFILL;
|
| }
|
|
|
| syncer::ModelSafeGroup AutofillDataTypeController::model_safe_group()
|
|
|