| Index: components/password_manager/sync/browser/password_data_type_controller.h
|
| diff --git a/components/password_manager/sync/browser/password_data_type_controller.h b/components/password_manager/sync/browser/password_data_type_controller.h
|
| index d4f6d1b6c5242debda488b94feed270e21f9c749..fd8de51d47205187a42aa3bd5742d2d7471464ab 100644
|
| --- a/components/password_manager/sync/browser/password_data_type_controller.h
|
| +++ b/components/password_manager/sync/browser/password_data_type_controller.h
|
| @@ -27,19 +27,16 @@ class PasswordDataTypeController : public sync_driver::NonUIDataTypeController,
|
| public sync_driver::SyncServiceObserver {
|
| public:
|
| PasswordDataTypeController(
|
| - const scoped_refptr<base::SingleThreadTaskRunner>& ui_thread,
|
| - const base::Closure& error_callback,
|
| + const base::Closure& dump_stack,
|
| sync_driver::SyncClient* sync_client,
|
| const base::Closure& state_changed_callback,
|
| const scoped_refptr<password_manager::PasswordStore>& password_store);
|
| + ~PasswordDataTypeController() override;
|
|
|
| // NonFrontendDataTypeController implementation
|
| - syncer::ModelType type() const override;
|
| syncer::ModelSafeGroup model_safe_group() const override;
|
|
|
| protected:
|
| - ~PasswordDataTypeController() override;
|
| -
|
| // NonUIDataTypeController interface.
|
| bool PostTaskOnBackendThread(const tracked_objects::Location& from_here,
|
| const base::Closure& task) override;
|
|
|