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

Unified Diff: chrome/browser/ui/webui/help/version_updater_basic.h

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
Index: chrome/browser/ui/webui/help/version_updater_basic.h
diff --git a/chrome/browser/ui/webui/help/version_updater_basic.h b/chrome/browser/ui/webui/help/version_updater_basic.h
index d43240920494ec31f48706d66e312ec597a66dd7..77818278746928440482701ff4b8c014d21f80d4 100644
--- a/chrome/browser/ui/webui/help/version_updater_basic.h
+++ b/chrome/browser/ui/webui/help/version_updater_basic.h
@@ -12,8 +12,8 @@
class VersionUpdaterBasic : public VersionUpdater {
public:
// 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;
protected:
friend class VersionUpdater;
« no previous file with comments | « chrome/browser/ui/webui/help/help_handler.h ('k') | chrome/browser/ui/webui/help/version_updater_chromeos.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698