| 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 32561feeaf81fdca176015fe8f84fb731386bdaf..141cbee093deaa38273446abe848be3fc282f958 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| @@ -29,7 +29,7 @@ class AutofillProfileDataTypeController
|
| ProfileSyncService* sync_service);
|
|
|
| // NewNonFrontendDataTypeController implementation.
|
| - virtual syncable::ModelType type() const OVERRIDE;
|
| + virtual syncer::ModelType type() const OVERRIDE;
|
| virtual syncer::ModelSafeGroup model_safe_group() const OVERRIDE;
|
|
|
| // content::NotificationObserver implementation.
|
|
|