| Index: net/quic/quic_http_stream.h
|
| diff --git a/net/quic/quic_http_stream.h b/net/quic/quic_http_stream.h
|
| index 3b627dd349822c48a43dc759256a6f6c383e731a..ac2ba05dbc752edc25a6af81b4136d0c71d755de 100644
|
| --- a/net/quic/quic_http_stream.h
|
| +++ b/net/quic/quic_http_stream.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef NET_QUIC_QUIC_HTTP_STREAM_H_
|
| #define NET_QUIC_QUIC_HTTP_STREAM_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <list>
|
|
|
| #include "build/build_config.h"
|
| @@ -64,6 +66,7 @@ class NET_EXPORT_PRIVATE QuicHttpStream
|
| void SetConnectionReused() override;
|
| bool CanReuseConnection() const override;
|
| int64 GetTotalReceivedBytes() const override;
|
| + int64_t GetTotalSentBytes() const override;
|
| bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const override;
|
| void GetSSLInfo(SSLInfo* ssl_info) override;
|
| void GetSSLCertRequestInfo(SSLCertRequestInfo* cert_request_info) override;
|
|
|