| Index: chrome/browser/sync/glue/autofill_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/autofill_data_type_controller.h b/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| index 7f398f55d1643289014e96376b2a65d755ebf4cb..1e7e686852c5a413839115ec3ae33f360d497ba1 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| @@ -29,7 +29,7 @@ class AutofillDataTypeController : public NewNonFrontendDataTypeController,
|
| 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.
|
|
|