| Index: net/url_request/url_request_job.cc
|
| diff --git a/net/url_request/url_request_job.cc b/net/url_request/url_request_job.cc
|
| index 9ba5578456a3d15a0c1890d76006121c11b15de4..66fc9f3235687881e53b289889983641fcf9a10a 100644
|
| --- a/net/url_request/url_request_job.cc
|
| +++ b/net/url_request/url_request_job.cc
|
| @@ -106,8 +106,8 @@ LoadState URLRequestJob::GetLoadState() const {
|
| return LOAD_STATE_IDLE;
|
| }
|
|
|
| -uint64 URLRequestJob::GetUploadProgress() const {
|
| - return 0;
|
| +UploadProgress URLRequestJob::GetUploadProgress() const {
|
| + return UploadProgress();
|
| }
|
|
|
| bool URLRequestJob::GetCharset(std::string* charset) {
|
|
|