Index: net/socket/transport_client_socket_pool.h |
diff --git a/net/socket/transport_client_socket_pool.h b/net/socket/transport_client_socket_pool.h |
index 7764b880dc038759eada11f8f19b46460e3bd275..af141529279e3f8f6779a0b8e768dcf9ed65a48e 100644 |
--- a/net/socket/transport_client_socket_pool.h |
+++ b/net/socket/transport_client_socket_pool.h |
@@ -164,7 +164,7 @@ class NET_EXPORT_PRIVATE TransportClientSocketPool : public ClientSocketPool { |
virtual void ReleaseSocket(const std::string& group_name, |
StreamSocket* socket, |
int id) OVERRIDE; |
- virtual void Flush() OVERRIDE; |
+ virtual void FlushWithError(int error) OVERRIDE; |
virtual bool IsStalled() const OVERRIDE; |
virtual void CloseIdleSockets() OVERRIDE; |
virtual int IdleSocketCount() const OVERRIDE; |