| Index: third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| index 32910e2a087458cc5e6fa80c429c0815cb91c596..c7bee31a61e96d55931eedc4aed0edf5119e04de 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/DOMFileSystem.h
|
| @@ -44,7 +44,7 @@
|
| namespace blink {
|
|
|
| class DirectoryEntry;
|
| -class FileCallback;
|
| +class BlobCallback;
|
| class FileEntry;
|
| class FileWriterCallback;
|
|
|
| @@ -68,7 +68,7 @@ public:
|
| bool hasPendingActivity() const override;
|
|
|
| void createWriter(const FileEntry*, FileWriterCallback*, ErrorCallback*);
|
| - void createFile(const FileEntry*, FileCallback*, ErrorCallback*);
|
| + void createFile(const FileEntry*, BlobCallback*, ErrorCallback*);
|
|
|
| // Schedule a callback. This should not cross threads (should be called on the same context thread).
|
| // FIXME: move this to a more generic place.
|
|
|