Index: public/web/WebDOMFileSystem.h |
diff --git a/public/web/WebDOMFileSystem.h b/public/web/WebDOMFileSystem.h |
index aa32652608777e66bea6f6315d0d5ba414c9952a..5279cc07c3b5206f6dd338cea6eb510c6352a411 100644 |
--- a/public/web/WebDOMFileSystem.h |
+++ b/public/web/WebDOMFileSystem.h |
@@ -35,7 +35,6 @@ |
#include "../platform/WebPrivatePtr.h" |
#include "../platform/WebString.h" |
#include "../platform/WebURL.h" |
-#include "WebFrame.h" |
#if BLINK_IMPLEMENTATION |
#include "heap/Handle.h" |
@@ -49,6 +48,8 @@ |
namespace WebCore { class DOMFileSystem; } |
namespace blink { |
+ |
+class WebFrame; |
class WebDOMFileSystem { |
public: |
@@ -76,7 +77,7 @@ |
// FIXME: Deprecate the last argument when all filesystems become |
// serializable. |
BLINK_EXPORT static WebDOMFileSystem create( |
- WebLocalFrame*, |
+ WebFrame*, |
WebFileSystemType, |
const WebString& name, |
const WebURL& rootURL, |