| 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 77f3df9e9a2b7e9e07b74a876b25d38a8cfbcd4b..0cef8b4af5fea06c946bf57fe48b8663db8ae9f1 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.cc
|
| @@ -38,9 +38,9 @@ syncable::ModelType AutofillProfileDataTypeController::type() const {
|
| return syncable::AUTOFILL_PROFILE;
|
| }
|
|
|
| -csync::ModelSafeGroup
|
| +syncer::ModelSafeGroup
|
| AutofillProfileDataTypeController::model_safe_group() const {
|
| - return csync::GROUP_DB;
|
| + return syncer::GROUP_DB;
|
| }
|
|
|
| void AutofillProfileDataTypeController::Observe(
|
|
|