Chromium Code Reviews| Index: content/common/fileapi/file_system_messages.h |
| =================================================================== |
| --- content/common/fileapi/file_system_messages.h (revision 183651) |
| +++ content/common/fileapi/file_system_messages.h (working copy) |
| @@ -116,7 +116,7 @@ |
| IPC_MESSAGE_CONTROL4(FileSystemHostMsg_Write, |
| int /* request id */, |
| GURL /* file path */, |
| - GURL /* blob URL */, |
| + std::string /* blob UUID */, |
| int64 /* position */) |
| // WebFileWriter::truncate() message. |