| Index: chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| index 73fd9812dfa583b9c3caec548c5ffb2770ecdb04..32561feeaf81fdca176015fe8f84fb731386bdaf 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| @@ -30,7 +30,7 @@ class AutofillProfileDataTypeController
|
|
|
| // NewNonFrontendDataTypeController implementation.
|
| virtual syncable::ModelType type() const OVERRIDE;
|
| - virtual csync::ModelSafeGroup model_safe_group() const OVERRIDE;
|
| + virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
| virtual void Observe(int type,
|
|
|