| Index: webkit/blob/blob_url_request_job.h
|
| diff --git a/webkit/blob/blob_url_request_job.h b/webkit/blob/blob_url_request_job.h
|
| index 86a5f31a1eef196eab38cf51b26d21cce8af2169..1df2619f3b3e1346121821fce4b4a516f616a814 100644
|
| --- a/webkit/blob/blob_url_request_job.h
|
| +++ b/webkit/blob/blob_url_request_job.h
|
| @@ -55,7 +55,7 @@ class BLOB_EXPORT BlobURLRequestJob : public net::URLRequestJob {
|
| void DidStart();
|
| void CountSize();
|
| void DidCountSize(int error);
|
| - void DidGetFileItemLength(size_t index, int result);
|
| + void DidGetFileItemLength(size_t index, int64 result);
|
| void Seek(int64 offset);
|
|
|
| // For reading the blob.
|
|
|