Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / ppapi / shared_impl / resource_var.h
index 96d2403..121859a 100644 (file)
@@ -41,8 +41,8 @@ class PPAPI_SHARED_EXPORT ResourceVar : public Var {
   virtual bool IsPending() const = 0;
 
   // Var override.
-  virtual ResourceVar* AsResourceVar() OVERRIDE;
-  virtual PP_VarType GetType() const OVERRIDE;
+  virtual ResourceVar* AsResourceVar() override;
+  virtual PP_VarType GetType() const override;
 
   // Helper function that converts a PP_Var to a ResourceVar. This will
   // return NULL if the PP_Var is not of Resource type.