| 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 72b889d67f91f42a5aaf64c162636c505f6aca5c..7f398f55d1643289014e96376b2a65d755ebf4cb 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| @@ -30,7 +30,7 @@ class AutofillDataTypeController : public NewNonFrontendDataTypeController,
|
|
|
| // 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 notification_type,
|
|
|