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

Unified Diff: chrome/browser/apps/install_chrome_app.cc

Issue 625113002: replace OVERRIDE and FINAL with override and final in chrome/browser/[a-i]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix newly added OVERRIDEs Created 6 years, 2 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
Index: chrome/browser/apps/install_chrome_app.cc
diff --git a/chrome/browser/apps/install_chrome_app.cc b/chrome/browser/apps/install_chrome_app.cc
index 6ff3aa6bc202cb60970b4cee18847bba1c5a7e0a..1b9bd49dd79e3c54adccb1f550e3b864f883d4c4 100644
--- a/chrome/browser/apps/install_chrome_app.cc
+++ b/chrome/browser/apps/install_chrome_app.cc
@@ -54,7 +54,7 @@ class WebstoreInstallWithPromptAppsOnly
virtual ~WebstoreInstallWithPromptAppsOnly() {}
// extensions::WebstoreStandaloneInstaller overrides:
- virtual void OnManifestParsed() OVERRIDE;
+ virtual void OnManifestParsed() override;
DISALLOW_COPY_AND_ASSIGN(WebstoreInstallWithPromptAppsOnly);
};
« no previous file with comments | « chrome/browser/apps/ephemeral_app_service_factory.h ('k') | chrome/browser/apps/per_app_settings_service_factory.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698