| Index: chrome/browser/password_manager/password_store_win.h
|
| diff --git a/chrome/browser/password_manager/password_store_win.h b/chrome/browser/password_manager/password_store_win.h
|
| index 8bf0cb7c3ce0c93e0295ea4f430066954e5804ea..bfa8c833e07119d4db27778f1013dccd5966ef38 100644
|
| --- a/chrome/browser/password_manager/password_store_win.h
|
| +++ b/chrome/browser/password_manager/password_store_win.h
|
| @@ -33,7 +33,7 @@ class PasswordStoreWin : public password_manager::PasswordStoreDefault {
|
| const scoped_refptr<PasswordWebDataService>& web_data_service);
|
|
|
| // PasswordStore:
|
| - virtual void Shutdown() override;
|
| + void Shutdown() override;
|
|
|
| private:
|
| class DBHandler;
|
|
|