Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / fetch / TextResource.h
index 7937630..9ebf9f6 100644 (file)
@@ -9,7 +9,6 @@
 
 namespace blink {
 
-class ResourceFetcher;
 class TextResourceDecoder;
 
 class TextResource : public Resource {
@@ -18,8 +17,8 @@ public:
     // call time.
     String decodedText() const;
 
-    virtual void setEncoding(const String&) OVERRIDE;
-    virtual String encoding() const OVERRIDE;
+    virtual void setEncoding(const String&) override;
+    virtual String encoding() const override;
 
 protected:
     TextResource(const ResourceRequest&, Type, const String& mimeType, const String& charset);