| 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 79e2c304578253c694a6050ff590a40ce9ff9999..d6dc1fcb612db2a289b412b3773e07cda29511e5 100644 | 
| --- a/components/password_manager/sync/browser/password_data_type_controller.h | 
| +++ b/components/password_manager/sync/browser/password_data_type_controller.h | 
| @@ -41,7 +41,7 @@ class PasswordDataTypeController : public syncer::AsyncDirectoryTypeController, | 
| void StopModels() override; | 
|  | 
| // syncer::SyncServiceObserver: | 
| -  void OnStateChanged() override; | 
| +  void OnStateChanged(syncer::SyncService* sync) override; | 
|  | 
| private: | 
| syncer::SyncClient* const sync_client_; | 
|  |