Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / modules / filesystem / Entry.h
index 4d5305c..77a11d3 100644 (file)
@@ -40,7 +40,6 @@ namespace blink {
 
 class DirectoryEntry;
 class EntryCallback;
-class EntrySync;
 class ErrorCallback;
 class MetadataCallback;
 class VoidCallback;
@@ -56,7 +55,7 @@ public:
     void remove(VoidCallback* successCallback = nullptr, ErrorCallback* = nullptr) const;
     void getParent(EntryCallback* successCallback = nullptr, ErrorCallback* = nullptr) const;
 
-    virtual void trace(Visitor*) OVERRIDE;
+    virtual void trace(Visitor*) override;
 
 protected:
     Entry(DOMFileSystemBase*, const String& fullPath);