| Index: chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc b/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| index 0cef8b4af5fea06c946bf57fe48b8663db8ae9f1..2889ed5abb3744db4f8707ba3d02a8a586d3f82c 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| @@ -34,8 +34,8 @@ AutofillProfileDataTypeController::AutofillProfileDataTypeController(
|
| personal_data_(NULL) {
|
| }
|
|
|
| -syncable::ModelType AutofillProfileDataTypeController::type() const {
|
| - return syncable::AUTOFILL_PROFILE;
|
| +syncer::ModelType AutofillProfileDataTypeController::type() const {
|
| + return syncer::AUTOFILL_PROFILE;
|
| }
|
|
|
| syncer::ModelSafeGroup
|
|
|