| Index: net/http/proxy_connect_redirect_http_stream.h
|
| diff --git a/net/http/proxy_connect_redirect_http_stream.h b/net/http/proxy_connect_redirect_http_stream.h
|
| index 352f3cbf0973dc77e375f96c2e8683e592c86f0e..77745a00ad5a139432767b6495fcd7dbf0bc05dd 100644
|
| --- a/net/http/proxy_connect_redirect_http_stream.h
|
| +++ b/net/http/proxy_connect_redirect_http_stream.h
|
| @@ -48,7 +48,7 @@ class ProxyConnectRedirectHttpStream : public HttpStream {
|
| void SetConnectionReused() override;
|
| bool CanReuseConnection() const override;
|
|
|
| - int64 GetTotalReceivedBytes() const override;
|
| + int64_t GetTotalReceivedBytes() const override;
|
| int64_t GetTotalSentBytes() const override;
|
|
|
| // This function may be called.
|
|
|