| Index: net/url_request/url_fetcher_impl.cc
|
| diff --git a/net/url_request/url_fetcher_impl.cc b/net/url_request/url_fetcher_impl.cc
|
| index ab14571b3fa7a554048ffa7a6d1c965a85e6574e..02a3ae9024eb4ecb15461d8a6c1a3079cbee1a5b 100644
|
| --- a/net/url_request/url_fetcher_impl.cc
|
| +++ b/net/url_request/url_fetcher_impl.cc
|
| @@ -33,8 +33,8 @@ void URLFetcherImpl::SetUploadData(const std::string& upload_content_type,
|
| void URLFetcherImpl::SetUploadFilePath(
|
| const std::string& upload_content_type,
|
| const base::FilePath& file_path,
|
| - uint64 range_offset,
|
| - uint64 range_length,
|
| + uint64_t range_offset,
|
| + uint64_t range_length,
|
| scoped_refptr<base::TaskRunner> file_task_runner) {
|
| core_->SetUploadFilePath(upload_content_type,
|
| file_path,
|
|
|