| Index: net/http/proxy_client_socket.h
|
| diff --git a/net/http/proxy_client_socket.h b/net/http/proxy_client_socket.h
|
| index da255f39440039571bb6adfffe403e0f97a3986b..aa5903811166f8016a7327dc3d6f3f7151f1e5a8 100644
|
| --- a/net/http/proxy_client_socket.h
|
| +++ b/net/http/proxy_client_socket.h
|
| @@ -25,7 +25,7 @@ class HttpAuthController;
|
| class NET_EXPORT_PRIVATE ProxyClientSocket : public StreamSocket {
|
| public:
|
| ProxyClientSocket() {}
|
| - virtual ~ProxyClientSocket() {}
|
| + ~ProxyClientSocket() override {}
|
|
|
| // Returns the HttpResponseInfo (including HTTP Headers) from
|
| // the response to the CONNECT request.
|
|
|