Update To 11.40.268.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / html / imports / HTMLImport.h
index 30d3022..5899766 100644 (file)
 namespace blink {
 
 class Document;
-class LocalFrame;
-class HTMLImportChild;
 class HTMLImportLoader;
-class HTMLImportsController;
-class KURL;
 
 //
 // # Basic Data Structure and Algorithms of HTML Imports implemenation.
@@ -115,7 +111,7 @@ public:
 
     virtual Document* document() const = 0;
     virtual bool isDone() const = 0; // FIXME: Should be renamed to haveFinishedLoading()
-    virtual HTMLImportLoader* loader() const { return 0; }
+    virtual HTMLImportLoader* loader() const { return nullptr; }
     virtual void stateWillChange() { }
     virtual void stateDidChange();