| Index: components/password_manager/core/browser/password_manager_internals_service.h
|
| diff --git a/components/password_manager/core/browser/password_manager_internals_service.h b/components/password_manager/core/browser/password_manager_internals_service.h
|
| index b0d5f7a9fc83873ffecd839a9d5d6e4d3376ce57..bc7b3113d0f1bea1b96f88e630558f9ec70e58d9 100644
|
| --- a/components/password_manager/core/browser/password_manager_internals_service.h
|
| +++ b/components/password_manager/core/browser/password_manager_internals_service.h
|
| @@ -27,7 +27,7 @@ class PasswordManagerInternalsService : public KeyedService,
|
| // Both properties are guarantied by the BrowserContextKeyedFactory framework,
|
| // so the service itself does not need the context on creation.
|
| PasswordManagerInternalsService();
|
| - virtual ~PasswordManagerInternalsService();
|
| + ~PasswordManagerInternalsService() override;
|
|
|
| private:
|
| DISALLOW_COPY_AND_ASSIGN(PasswordManagerInternalsService);
|
|
|