Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / content / renderer / java / gin_java_bridge_object.h
index 2f6c6e4..f3a4c7b 100644 (file)
@@ -32,13 +32,13 @@ class GinJavaBridgeObject : public gin::Wrappable<GinJavaBridgeObject>,
 
   // gin::Wrappable.
   virtual gin::ObjectTemplateBuilder GetObjectTemplateBuilder(
-      v8::Isolate* isolate) OVERRIDE;
+      v8::Isolate* isolate) override;
 
   // gin::NamedPropertyInterceptor
   virtual v8::Local<v8::Value> GetNamedProperty(
-      v8::Isolate* isolate, const std::string& property) OVERRIDE;
+      v8::Isolate* isolate, const std::string& property) override;
   virtual std::vector<std::string> EnumerateNamedProperties(
-      v8::Isolate* isolate) OVERRIDE;
+      v8::Isolate* isolate) override;
 
   static GinJavaBridgeObject* InjectNamed(
       blink::WebFrame* frame,