| Index: content/browser/fileapi/fileapi_message_filter.h
|
| diff --git a/content/browser/fileapi/fileapi_message_filter.h b/content/browser/fileapi/fileapi_message_filter.h
|
| index 8ba998a053b58d22246d89e602888e04ab4513e2..dc256a2c25a23bb6e356d29aa17c3827520e1c73 100644
|
| --- a/content/browser/fileapi/fileapi_message_filter.h
|
| +++ b/content/browser/fileapi/fileapi_message_filter.h
|
| @@ -130,7 +130,7 @@ class CONTENT_EXPORT FileAPIMessageFilter : public BrowserMessageFilter {
|
|
|
| void OnStartBuildingBlob(const std::string& uuid);
|
| void OnAppendBlobDataItemToBlob(const std::string& uuid,
|
| - const storage::BlobData::Item& item);
|
| + const storage::DataElement& item);
|
| void OnAppendSharedMemoryToBlob(const std::string& uuid,
|
| base::SharedMemoryHandle handle,
|
| size_t buffer_size);
|
| @@ -151,7 +151,7 @@ class CONTENT_EXPORT FileAPIMessageFilter : public BrowserMessageFilter {
|
| // TODO(tyoshino): Set |content_type| to the stream.
|
| void OnStartBuildingStream(const GURL& url, const std::string& content_type);
|
| void OnAppendBlobDataItemToStream(const GURL& url,
|
| - const storage::BlobData::Item& item);
|
| + const storage::DataElement& item);
|
| void OnAppendSharedMemoryToStream(
|
| const GURL& url, base::SharedMemoryHandle handle, size_t buffer_size);
|
| void OnFlushStream(const GURL& url);
|
|
|