| Index: content/common/fileapi/webblob_messages.h
|
| diff --git a/content/common/fileapi/webblob_messages.h b/content/common/fileapi/webblob_messages.h
|
| index a836fd4f5aec047c54f7c8fb3d04ae35460d7fcc..0dd31411d197a0bacf0d9636492a827245d20ce9 100644
|
| --- a/content/common/fileapi/webblob_messages.h
|
| +++ b/content/common/fileapi/webblob_messages.h
|
| @@ -26,7 +26,7 @@ IPC_MESSAGE_CONTROL2(BlobHostMsg_AppendBlobDataItem,
|
| IPC_SYNC_MESSAGE_CONTROL3_0(BlobHostMsg_SyncAppendSharedMemory,
|
| std::string /*uuid*/,
|
| base::SharedMemoryHandle,
|
| - size_t /* buffer size */)
|
| + uint32_t /* buffer size */)
|
| IPC_MESSAGE_CONTROL2(BlobHostMsg_FinishBuilding,
|
| std::string /* uuid */,
|
| std::string /* content_type */)
|
| @@ -57,7 +57,7 @@ IPC_MESSAGE_CONTROL2(StreamHostMsg_AppendBlobDataItem,
|
| IPC_SYNC_MESSAGE_CONTROL3_0(StreamHostMsg_SyncAppendSharedMemory,
|
| GURL /* url */,
|
| base::SharedMemoryHandle,
|
| - size_t /* buffer size */)
|
| + uint32_t /* buffer size */)
|
|
|
| // Flushes contents buffered in the stream.
|
| IPC_MESSAGE_CONTROL1(StreamHostMsg_Flush,
|
|
|