| Index: chrome/browser/sync/glue/password_data_type_controller.h
|
| diff --git a/chrome/browser/sync/glue/password_data_type_controller.h b/chrome/browser/sync/glue/password_data_type_controller.h
|
| index 08a1a7ea52c321e711217b691373b51708b4356a..37e4ebb25af3114ed2156fda6f27e9278d8af5c6 100644
|
| --- a/chrome/browser/sync/glue/password_data_type_controller.h
|
| +++ b/chrome/browser/sync/glue/password_data_type_controller.h
|
| @@ -23,13 +23,14 @@ class PasswordDataTypeController : public NonFrontendDataTypeController {
|
| ProfileSyncComponentsFactory* profile_sync_factory,
|
| Profile* profile,
|
| ProfileSyncService* sync_service);
|
| - virtual ~PasswordDataTypeController();
|
|
|
| // NonFrontendDataTypeController implementation
|
| virtual syncable::ModelType type() const OVERRIDE;
|
| virtual browser_sync::ModelSafeGroup model_safe_group() const OVERRIDE;
|
|
|
| protected:
|
| + virtual ~PasswordDataTypeController();
|
| +
|
| // NonFrontendDataTypeController interface.
|
| virtual bool PostTaskOnBackendThread(
|
| const tracked_objects::Location& from_here,
|
|
|