diff options
Diffstat (limited to 'net/socket/ssl_server_socket_unittest.cc')
-rw-r--r-- | net/socket/ssl_server_socket_unittest.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket/ssl_server_socket_unittest.cc b/net/socket/ssl_server_socket_unittest.cc index 25f386a..b3d1040 100644 --- a/net/socket/ssl_server_socket_unittest.cc +++ b/net/socket/ssl_server_socket_unittest.cc @@ -33,10 +33,10 @@ #include "net/base/ssl_config_service.h" #include "net/base/ssl_info.h" #include "net/base/x509_certificate.h" -#include "net/socket/client_socket.h" #include "net/socket/client_socket_factory.h" #include "net/socket/socket_test_util.h" #include "net/socket/ssl_client_socket.h" +#include "net/socket/stream_socket.h" #include "testing/gtest/include/gtest/gtest.h" #include "testing/platform_test.h" @@ -100,7 +100,7 @@ class FakeDataChannel { DISALLOW_COPY_AND_ASSIGN(FakeDataChannel); }; -class FakeSocket : public ClientSocket { +class FakeSocket : public StreamSocket { public: FakeSocket(FakeDataChannel* incoming_channel, FakeDataChannel* outgoing_channel) |