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

Unified Diff: third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h

Issue 2297043002: Web expose FileSystemFileEntry, FileSystemDirectoryEntry and friends (Closed)
Patch Set: Rebased Created 4 years, 1 month 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
Index: third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
diff --git a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
index 6937c6e8c9bfe1b8380daf7d6802291d429368cd..a97b2a4e7f540ae2329e91c27d5fee9d4f5a4cbc 100644
--- a/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
+++ b/third_party/WebKit/Source/modules/filesystem/DOMWindowFileSystem.h
@@ -33,9 +33,9 @@
namespace blink {
class DOMWindow;
-class EntryCallback;
class ErrorCallback;
class FileSystemCallback;
+class FileSystemEntryCallback;
class DOMWindowFileSystem {
STATIC_ONLY(DOMWindowFileSystem);
@@ -48,7 +48,7 @@ class DOMWindowFileSystem {
ErrorCallback*);
static void webkitResolveLocalFileSystemURL(DOMWindow&,
const String&,
- EntryCallback*,
+ FileSystemEntryCallback*,
ErrorCallback*);
// They are placed here and in all capital letters so they can be checked

Powered by Google App Engine
This is Rietveld 408576698