| Index: net/url_request/url_request_http_job.cc
|
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
|
| index 64906efde5858ffc06e9702fc9b15fcb133032ea..f124cc20696f661f59ca741f8a0c7d3e94025493 100644
|
| --- a/net/url_request/url_request_http_job.cc
|
| +++ b/net/url_request/url_request_http_job.cc
|
| @@ -1022,7 +1022,7 @@ LoadState URLRequestHttpJob::GetLoadState() const {
|
| }
|
|
|
| uint64 URLRequestHttpJob::GetUploadProgress() const {
|
| - return transaction_.get() ? transaction_->GetUploadProgress() : 0;
|
| + return transaction_.get() ? transaction_->GetUploadProgress().position : 0;
|
| }
|
|
|
| bool URLRequestHttpJob::GetMimeType(std::string* mime_type) const {
|
|
|