| Index: net/http/http_pipelined_stream.h
|
| diff --git a/net/http/http_pipelined_stream.h b/net/http/http_pipelined_stream.h
|
| index c7622892add6d70ee41edf0b3a594c9c037009f9..876346f627d5913f0778a52075522dce8ba7557e 100644
|
| --- a/net/http/http_pipelined_stream.h
|
| +++ b/net/http/http_pipelined_stream.h
|
| @@ -47,7 +47,7 @@ class HttpPipelinedStream : public HttpStream {
|
| HttpResponseInfo* response,
|
| const CompletionCallback& callback) OVERRIDE;
|
|
|
| - virtual uint64 GetUploadProgress() const OVERRIDE;
|
| + virtual UploadProgress GetUploadProgress() const OVERRIDE;
|
|
|
| virtual int ReadResponseHeaders(const CompletionCallback& callback) OVERRIDE;
|
|
|
|
|