Index: content/browser/renderer_host/p2p/socket_host_test_utils.h |
diff --git a/content/browser/renderer_host/p2p/socket_host_test_utils.h b/content/browser/renderer_host/p2p/socket_host_test_utils.h |
index 76e61ba7db41f245ebf0b99c963bcf4e3e615f3f..2c8eb227a57978b4614a7632f1c05dbd6d29900e 100644 |
--- a/content/browser/renderer_host/p2p/socket_host_test_utils.h |
+++ b/content/browser/renderer_host/p2p/socket_host_test_utils.h |
@@ -15,7 +15,7 @@ |
#include "net/base/io_buffer.h" |
#include "net/base/net_errors.h" |
#include "net/base/sys_byteorder.h" |
-#include "net/socket/client_socket.h" |
+#include "net/socket/stream_socket.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -44,7 +44,7 @@ class MockIPCSender : public IPC::Message::Sender { |
MockIPCSender::MockIPCSender() { } |
MockIPCSender::~MockIPCSender() { } |
-class FakeSocket : public net::ClientSocket { |
+class FakeSocket : public net::StreamSocket { |
public: |
FakeSocket(std::string* written_data); |
virtual ~FakeSocket(); |