| 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..52d5daef3fbdbabe586f27a3165bda3188c4bdd9 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 {
|
|
|