Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / filesystem / EntrySync.h
index 4576e23..ccf187b 100644 (file)
@@ -56,7 +56,7 @@ public:
     void remove(ExceptionState&) const;
     EntrySync* getParent() const;
 
-    virtual void trace(Visitor*) OVERRIDE;
+    virtual void trace(Visitor*) override;
 
 protected:
     EntrySync(DOMFileSystemBase*, const String& fullPath);