| Index: net/spdy/spdy_stream.cc
|
| diff --git a/net/spdy/spdy_stream.cc b/net/spdy/spdy_stream.cc
|
| index 2698603fe78e1007cc7d9d19ecfd70d89d46c27a..458badb9c853aabdbf0cb57d4c6ea6ba8a9d9bda 100644
|
| --- a/net/spdy/spdy_stream.cc
|
| +++ b/net/spdy/spdy_stream.cc
|
| @@ -284,7 +284,7 @@ void SpdyStream::DecreaseRecvWindowSize(int32 delta_window_size) {
|
| }
|
| }
|
|
|
| -int SpdyStream::GetPeerAddress(AddressList* address) const {
|
| +int SpdyStream::GetPeerAddress(IPEndPoint* address) const {
|
| return session_->GetPeerAddress(address);
|
| }
|
|
|
|
|