| Index: content/common/fileapi/file_system_dispatcher.h
|
| ===================================================================
|
| --- content/common/fileapi/file_system_dispatcher.h (revision 183651)
|
| +++ content/common/fileapi/file_system_dispatcher.h (working copy)
|
| @@ -71,7 +71,7 @@
|
| int* request_id_out,
|
| fileapi::FileSystemCallbackDispatcher* dispatcher);
|
| bool Write(const GURL& path,
|
| - const GURL& blob_url,
|
| + const std::string& blob_uuid,
|
| int64 offset,
|
| int* request_id_out,
|
| fileapi::FileSystemCallbackDispatcher* dispatcher);
|
|
|