| Index: net/spdy/spdy_http_stream.h
|
| diff --git a/net/spdy/spdy_http_stream.h b/net/spdy/spdy_http_stream.h
|
| index 0aa54f056863bb607c6ff5c87b8a26b3a9be2bd8..419a5c4975abf5adee8768f4efdf2df848472312 100644
|
| --- a/net/spdy/spdy_http_stream.h
|
| +++ b/net/spdy/spdy_http_stream.h
|
| @@ -5,6 +5,8 @@
|
| #ifndef NET_SPDY_SPDY_HTTP_STREAM_H_
|
| #define NET_SPDY_SPDY_HTTP_STREAM_H_
|
|
|
| +#include <stdint.h>
|
| +
|
| #include <list>
|
|
|
| #include "base/basictypes.h"
|
| @@ -66,6 +68,7 @@ class NET_EXPORT_PRIVATE SpdyHttpStream : public SpdyStream::Delegate,
|
| void SetConnectionReused() override;
|
| bool IsConnectionReusable() 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;
|
|
|