Index: ppapi/shared_impl/resource_var.h |
diff --git a/ppapi/shared_impl/resource_var.h b/ppapi/shared_impl/resource_var.h |
index 96d2403c30cd3acd1bf522c5fe2753a7f63eaff1..121859ae0768f64088a113c9e84d2c4cb4534c49 100644 |
--- a/ppapi/shared_impl/resource_var.h |
+++ b/ppapi/shared_impl/resource_var.h |
@@ -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. |