Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / chrome / installer / util / install_util.h
index 383e582..bf3e542 100644 (file)
@@ -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: