| 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 5265572d1ea5fba1b1e151ffd7c1fe80b45699fa..d6e18f1cb16da53088881ac0bedc0c05ee7abf0a 100644
|
| --- a/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_profile_data_type_controller.h
|
| @@ -27,7 +27,6 @@ class AutofillProfileDataTypeController
|
| ProfileSyncComponentsFactory* profile_sync_factory,
|
| Profile* profile,
|
| ProfileSyncService* sync_service);
|
| - virtual ~AutofillProfileDataTypeController();
|
|
|
| // NewNonFrontendDataTypeController implementation.
|
| virtual syncable::ModelType type() const OVERRIDE;
|
| @@ -42,6 +41,8 @@ class AutofillProfileDataTypeController
|
| virtual void OnPersonalDataChanged() OVERRIDE;
|
|
|
| protected:
|
| + virtual ~AutofillProfileDataTypeController();
|
| +
|
| // NewNonFrontendDataTypeController implementation.
|
| virtual bool PostTaskOnBackendThread(
|
| const tracked_objects::Location& from_here,
|
|
|