| Index: chrome/browser/password_manager/password_store_win.cc
|
| diff --git a/chrome/browser/password_manager/password_store_win.cc b/chrome/browser/password_manager/password_store_win.cc
|
| index 9079891f7e845855d9b84eccdbf511da4e8ab19b..4d9d212a0a61709c76654c49a3ffae5247582062 100644
|
| --- a/chrome/browser/password_manager/password_store_win.cc
|
| +++ b/chrome/browser/password_manager/password_store_win.cc
|
| @@ -63,7 +63,7 @@ class PasswordStoreWin::DBHandler : public WebDataServiceConsumer {
|
| // WebDataServiceConsumer implementation.
|
| virtual void OnWebDataServiceRequestDone(
|
| PasswordWebDataService::Handle handle,
|
| - const WDTypedResult* result) OVERRIDE;
|
| + const WDTypedResult* result) override;
|
|
|
| scoped_refptr<PasswordWebDataService> web_data_service_;
|
|
|
|
|