| 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 c1c4a8f48d06a8c295822cec51d5a564aa19b4c8..30ef2b66f942d39e811cd3c4a2e104ff16590be1 100644
|
| --- a/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/autofill_data_type_controller.h
|
| @@ -27,7 +27,6 @@ class AutofillDataTypeController : public NewNonFrontendDataTypeController,
|
| ProfileSyncComponentsFactory* profile_sync_factory,
|
| Profile* profile,
|
| ProfileSyncService* sync_service);
|
| - virtual ~AutofillDataTypeController();
|
|
|
| // NewNonFrontendDataTypeController implementation.
|
| virtual syncable::ModelType type() const OVERRIDE;
|
| @@ -39,6 +38,8 @@ class AutofillDataTypeController : public NewNonFrontendDataTypeController,
|
| const content::NotificationDetails& details) OVERRIDE;
|
|
|
| protected:
|
| + virtual ~AutofillDataTypeController();
|
| +
|
| // NewNonFrontendDataTypeController implementation.
|
| virtual bool PostTaskOnBackendThread(
|
| const tracked_objects::Location& from_here,
|
|
|