Index: net/spdy/spdy_http_stream.cc |
diff --git a/net/spdy/spdy_http_stream.cc b/net/spdy/spdy_http_stream.cc |
index 925e755edc945a10297c3096430074d5a0b420ea..bf28b453fc68c922f426c4cbaf13203584375047 100644 |
--- a/net/spdy/spdy_http_stream.cc |
+++ b/net/spdy/spdy_http_stream.cc |
@@ -174,7 +174,7 @@ bool SpdyHttpStream::CanReuseConnection() const { |
return false; |
} |
-int64 SpdyHttpStream::GetTotalReceivedBytes() const { |
+int64_t SpdyHttpStream::GetTotalReceivedBytes() const { |
if (stream_closed_) |
return closed_stream_received_bytes_; |