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