| Index: net/spdy/spdy_session.h
|
| diff --git a/net/spdy/spdy_session.h b/net/spdy/spdy_session.h
|
| index 2b55528d6fd3cd37850b8197fea9a9330c3c50ab..f91cd9254710fb32cf7b41428730ce0acf3dcce2 100644
|
| --- a/net/spdy/spdy_session.h
|
| +++ b/net/spdy/spdy_session.h
|
| @@ -300,7 +300,7 @@ class NET_EXPORT SpdySession : public base::RefCounted<SpdySession>,
|
|
|
| const BoundNetLog& net_log() const { return net_log_; }
|
|
|
| - int GetPeerAddress(AddressList* address) const;
|
| + int GetPeerAddress(IPEndPoint* address) const;
|
| int GetLocalAddress(IPEndPoint* address) const;
|
|
|
| // Returns true if requests on this session require credentials.
|
|
|