Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(500)

Unified Diff: chrome/browser/recovery/recovery_install_global_error_factory.h

Issue 842063002: Update {virtual,override,final} for chrome/browser/recovery to follow C++11 style. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/recovery/recovery_install_global_error.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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);
« no previous file with comments | « chrome/browser/recovery/recovery_install_global_error.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698