| Index: net/http/proxy_connect_redirect_http_stream.cc
|
| diff --git a/net/http/proxy_connect_redirect_http_stream.cc b/net/http/proxy_connect_redirect_http_stream.cc
|
| index 8f66b82c9f6e202d15d0b277a130aeca0682cabd..9a03845d8b85809ecfe2a4605c650537f7f93984 100644
|
| --- a/net/http/proxy_connect_redirect_http_stream.cc
|
| +++ b/net/http/proxy_connect_redirect_http_stream.cc
|
| @@ -71,7 +71,7 @@ bool ProxyConnectRedirectHttpStream::CanReuseConnection() const {
|
| return false;
|
| }
|
|
|
| -int64 ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const {
|
| +int64_t ProxyConnectRedirectHttpStream::GetTotalReceivedBytes() const {
|
| return 0;
|
| }
|
|
|
|
|