Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(798)

Unified Diff: public/web/WebDOMFileSystem.h

Issue 208393012: Revert of Framework for converting embedder uses of WebFrame to WebLocalFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « public/web/WebDOMCustomEvent.h ('k') | public/web/WebDevToolsAgent.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « public/web/WebDOMCustomEvent.h ('k') | public/web/WebDevToolsAgent.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698