Chromium Code Reviews| Index: net/socket/socks_client_socket_unittest.cc |
| =================================================================== |
| --- net/socket/socks_client_socket_unittest.cc (revision 38181) |
| +++ net/socket/socks_client_socket_unittest.cc (working copy) |
| @@ -103,7 +103,6 @@ |
| virtual void AddObserver(Observer* observer) {} |
| virtual void RemoveObserver(Observer* observer) {} |
| - virtual void Shutdown() {} |
| bool HasOutstandingRequest() { |
| return outstanding_request_ != NULL; |