| Index: net/spdy/spdy_stream.h
|
| diff --git a/net/spdy/spdy_stream.h b/net/spdy/spdy_stream.h
|
| index 3e81ecf1ff4dbb0c205be10efb92dfe6e95210e7..8a0c83f6733037716b808fbd85a484a4f3376922 100644
|
| --- a/net/spdy/spdy_stream.h
|
| +++ b/net/spdy/spdy_stream.h
|
| @@ -157,7 +157,7 @@ class NET_EXPORT_PRIVATE SpdyStream
|
| // Decreases |send_window_size_| by the given number of bytes.
|
| void DecreaseSendWindowSize(int32 delta_window_size);
|
|
|
| - int GetPeerAddress(AddressList* address) const;
|
| + int GetPeerAddress(IPEndPoint* address) const;
|
| int GetLocalAddress(IPEndPoint* address) const;
|
|
|
| // Returns true if the underlying transport socket ever had any reads or
|
|
|