| 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 0b94dc01222b29506e9361dcf337f21f0dc941cc..6a00be6aff678705ef0b0f1d62978546475c4c6a 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.cc
|
| @@ -31,9 +31,9 @@ syncable::ModelType AutofillDataTypeController::type() const {
|
| return syncable::AUTOFILL;
|
| }
|
|
|
| -csync::ModelSafeGroup AutofillDataTypeController::model_safe_group()
|
| +syncer::ModelSafeGroup AutofillDataTypeController::model_safe_group()
|
| const {
|
| - return csync::GROUP_DB;
|
| + return syncer::GROUP_DB;
|
| }
|
|
|
| void AutofillDataTypeController::Observe(
|
|
|