Index: chrome/browser/recovery/recovery_install_global_error_factory.h |
diff --git a/chrome/browser/recovery/recovery_install_global_error_factory.h b/chrome/browser/recovery/recovery_install_global_error_factory.h |
index d9ed43ceb9cdb35481a4c2df0c68ff8c14afa583..2eb41267c4bde01b1005f54b896dee67081ff958 100644 |
--- a/chrome/browser/recovery/recovery_install_global_error_factory.h |
+++ b/chrome/browser/recovery/recovery_install_global_error_factory.h |
@@ -28,10 +28,10 @@ class RecoveryInstallGlobalErrorFactory |
friend struct DefaultSingletonTraits<RecoveryInstallGlobalErrorFactory>; |
RecoveryInstallGlobalErrorFactory(); |
- virtual ~RecoveryInstallGlobalErrorFactory(); |
+ ~RecoveryInstallGlobalErrorFactory() override; |
// BrowserContextKeyedServiceFactory: |
- virtual KeyedService* BuildServiceInstanceFor( |
+ KeyedService* BuildServiceInstanceFor( |
content::BrowserContext* profile) const override; |
DISALLOW_COPY_AND_ASSIGN(RecoveryInstallGlobalErrorFactory); |