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

Unified Diff: public/web/WebDOMFileSystem.h

Issue 191003006: Framework for converting embedder uses of WebFrame to WebLocalFrame. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase 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 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,
« 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