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: |