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

Unified Diff: chrome/installer/util/install_util.h

Issue 627423002: Replacing the OVERRIDE with override in chrome/installer (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Patch is rebased 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/installer/util/install_util.h
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h
index 383e5820bd676eca89361e87dcb95637c2a4a59b..bf3e542ff0fdd7b8eb827f163560234d0131a6b2 100644
--- a/chrome/installer/util/install_util.h
+++ b/chrome/installer/util/install_util.h
@@ -165,7 +165,7 @@ class InstallUtil {
public:
explicit ValueEquals(const base::string16& value_to_match)
: value_to_match_(value_to_match) { }
- virtual bool Evaluate(const base::string16& value) const OVERRIDE;
+ virtual bool Evaluate(const base::string16& value) const override;
protected:
base::string16 value_to_match_;
private:
@@ -191,7 +191,7 @@ class InstallUtil {
public:
explicit ProgramCompare(const base::FilePath& path_to_match);
virtual ~ProgramCompare();
- virtual bool Evaluate(const base::string16& value) const OVERRIDE;
+ virtual bool Evaluate(const base::string16& value) const override;
bool EvaluatePath(const base::FilePath& path) const;
protected:
« no previous file with comments | « chrome/installer/util/google_update_settings_unittest.cc ('k') | chrome/installer/util/installation_validator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698