| Index: net/socket/socks_client_socket_pool.h
|
| diff --git a/net/socket/socks_client_socket_pool.h b/net/socket/socks_client_socket_pool.h
|
| index 090c29f65a2701efe4d893205d0e2e263a9e49a4..96c484263ca2f517c8ef60cdd87a803a2bed7963 100644
|
| --- a/net/socket/socks_client_socket_pool.h
|
| +++ b/net/socket/socks_client_socket_pool.h
|
| @@ -137,7 +137,7 @@ class NET_EXPORT_PRIVATE SOCKSClientSocketPool
|
| StreamSocket* socket,
|
| int id) OVERRIDE;
|
|
|
| - virtual void Flush() OVERRIDE;
|
| + virtual void FlushWithError(int error) OVERRIDE;
|
|
|
| virtual bool IsStalled() const OVERRIDE;
|
|
|
|
|