| Index: net/http/http_stream_factory_impl_unittest.cc
|
| diff --git a/net/http/http_stream_factory_impl_unittest.cc b/net/http/http_stream_factory_impl_unittest.cc
|
| index 30d93a340efdb5ffe684c4fc7c51238f2f150745..b17997181c5d4ff9fe9fadb2493bb5d2609121a6 100644
|
| --- a/net/http/http_stream_factory_impl_unittest.cc
|
| +++ b/net/http/http_stream_factory_impl_unittest.cc
|
| @@ -86,7 +86,7 @@ class MockWebSocketHandshakeStream : public WebSocketHandshakeStreamBase {
|
| bool IsConnectionReused() const override { return false; }
|
| void SetConnectionReused() override {}
|
| bool CanReuseConnection() const override { return false; }
|
| - int64 GetTotalReceivedBytes() const override { return 0; }
|
| + int64_t GetTotalReceivedBytes() const override { return 0; }
|
| int64_t GetTotalSentBytes() const override { return 0; }
|
| bool GetLoadTimingInfo(LoadTimingInfo* load_timing_info) const override {
|
| return false;
|
|
|