| Index: net/http/http_pipelined_connection_impl.h
|
| diff --git a/net/http/http_pipelined_connection_impl.h b/net/http/http_pipelined_connection_impl.h
|
| index ac43dcb00dadbdbcf7203bb98b7a7983b3f337ef..a713ba2673f80b2eb7f9be6d009b1581f5a33f4e 100644
|
| --- a/net/http/http_pipelined_connection_impl.h
|
| +++ b/net/http/http_pipelined_connection_impl.h
|
| @@ -114,7 +114,7 @@ class NET_EXPORT_PRIVATE HttpPipelinedConnectionImpl
|
| void Close(int pipeline_id,
|
| bool not_reusable);
|
|
|
| - uint64 GetUploadProgress(int pipeline_id) const;
|
| + UploadProgress GetUploadProgress(int pipeline_id) const;
|
|
|
| HttpResponseInfo* GetResponseInfo(int pipeline_id);
|
|
|
|
|