| Index: chromecast/net/fake_stream_socket.h
|
| diff --git a/chromecast/net/fake_stream_socket.h b/chromecast/net/fake_stream_socket.h
|
| index 9412367033d724c75af3d1436eac6ec5092cfed0..bdddadc356615c54185a86d23d667adc4f2b509f 100644
|
| --- a/chromecast/net/fake_stream_socket.h
|
| +++ b/chromecast/net/fake_stream_socket.h
|
| @@ -52,6 +52,8 @@ class FakeStreamSocket : public net::StreamSocket {
|
| void ClearConnectionAttempts() override;
|
| void AddConnectionAttempts(const net::ConnectionAttempts& attempts) override;
|
| int64_t GetTotalReceivedBytes() const override;
|
| + void DumpMemoryStats(
|
| + base::trace_event::MemoryAllocatorDump* dump) const override;
|
|
|
| private:
|
| const net::IPEndPoint local_address_;
|
|
|