Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / xwalk / application / common / manifest_handlers / csp_handler.h
index d58b8a6..83cdffc 100644 (file)
@@ -35,10 +35,10 @@ class CSPHandler : public ManifestHandler {
   explicit CSPHandler(Manifest::Type type);
   virtual ~CSPHandler();
 
-  virtual bool Parse(scoped_refptr<ApplicationData> application,
-                     base::string16* error) OVERRIDE;
-  virtual bool AlwaysParseForType(Manifest::Type type) const OVERRIDE;
-  virtual std::vector<std::string> Keys() const OVERRIDE;
+  bool Parse(scoped_refptr<ApplicationData> application,
+             base::string16* error) override;
+  bool AlwaysParseForType(Manifest::Type type) const override;
+  std::vector<std::string> Keys() const override;
 
  private:
   Manifest::Type type_;