Index: webkit/fileapi/local_file_system_operation.h |
diff --git a/webkit/fileapi/local_file_system_operation.h b/webkit/fileapi/local_file_system_operation.h |
index e4ba5412d4382662f69523e17018530fa6d35703..0498c9b5de3e2d645bbdaaaee45add6ce675999b 100644 |
--- a/webkit/fileapi/local_file_system_operation.h |
+++ b/webkit/fileapi/local_file_system_operation.h |
@@ -214,7 +214,8 @@ class FILEAPI_EXPORT LocalFileSystemOperation |
base::PlatformFileError rv, |
const std::vector<base::FileUtilProxy::Entry>& entries, |
bool has_more); |
- void DidWrite(base::PlatformFileError rv, |
+ void DidWrite(const FileSystemURL& url, |
+ base::PlatformFileError rv, |
int64 bytes, |
bool complete); |
void DidTouchFile(const StatusCallback& callback, |