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

Unified Diff: chrome/browser/ui/webui/help/version_updater_win.cc

Issue 629463003: replace OVERRIDE and FINAL with override and final in chrome/browser/ui/[w-z]* (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/browser/ui/webui/help/version_updater_mac.h ('k') | chrome/browser/ui/webui/history_ui.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/help/version_updater_win.cc
diff --git a/chrome/browser/ui/webui/help/version_updater_win.cc b/chrome/browser/ui/webui/help/version_updater_win.cc
index 357411bb0aab8ee015d0aed1b593f53eaf1ec4f9..c6f7f18648e698485c1f7bddb10fb5d1147c4669 100644
--- a/chrome/browser/ui/webui/help/version_updater_win.cc
+++ b/chrome/browser/ui/webui/help/version_updater_win.cc
@@ -41,14 +41,14 @@ class VersionUpdaterWin : public VersionUpdater,
virtual ~VersionUpdaterWin();
// VersionUpdater implementation.
- virtual void CheckForUpdate(const StatusCallback& callback) OVERRIDE;
- virtual void RelaunchBrowser() const OVERRIDE;
+ virtual void CheckForUpdate(const StatusCallback& callback) override;
+ virtual void RelaunchBrowser() const override;
// GoogleUpdateStatusListener implementation.
virtual void OnReportResults(GoogleUpdateUpgradeResult result,
GoogleUpdateErrorCode error_code,
const base::string16& error_message,
- const base::string16& version) OVERRIDE;
+ const base::string16& version) override;
// Update the UI to show the status of the upgrade.
void UpdateStatus(GoogleUpdateUpgradeResult result,
« no previous file with comments | « chrome/browser/ui/webui/help/version_updater_mac.h ('k') | chrome/browser/ui/webui/history_ui.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698