| Index: net/http/http_stream_parser.h
|
| diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
|
| index 5ce2071c3e3190c33d30ca7ba3f976a1af976eb5..8af8c9ae3734e8b294857f3fbe3e56c8744a56ae 100644
|
| --- a/net/http/http_stream_parser.h
|
| +++ b/net/http/http_stream_parser.h
|
| @@ -14,6 +14,7 @@
|
| #include "net/base/net_export.h"
|
| #include "net/base/net_log.h"
|
| #include "net/base/upload_data_stream.h"
|
| +#include "net/base/upload_progress.h"
|
| #include "net/http/http_chunked_decoder.h"
|
|
|
| namespace net {
|
| @@ -57,7 +58,7 @@ class NET_EXPORT_PRIVATE HttpStreamParser : public ChunkCallback {
|
|
|
| void Close(bool not_reusable);
|
|
|
| - uint64 GetUploadProgress() const;
|
| + UploadProgress GetUploadProgress() const;
|
|
|
| HttpResponseInfo* GetResponseInfo();
|
|
|
|
|