Chromium Code Reviews| Index: net/http/http_proxy_client_socket_pool.h |
| diff --git a/net/http/http_proxy_client_socket_pool.h b/net/http/http_proxy_client_socket_pool.h |
| index 867131ce47ab605758005a6a2700e3a3324903d3..be380af4067572e297f3a3c7687e28412d43b090 100644 |
| --- a/net/http/http_proxy_client_socket_pool.h |
| +++ b/net/http/http_proxy_client_socket_pool.h |
| @@ -204,7 +204,7 @@ class NET_EXPORT_PRIVATE HttpProxyClientSocketPool |
| StreamSocket* socket, |
| int id) OVERRIDE; |
| - virtual void Flush() OVERRIDE; |
| + virtual void FlushWithError(int error) OVERRIDE; |
| virtual bool IsStalled() const OVERRIDE; |