summaryrefslogtreecommitdiffstats
path: root/net/base/socket.h
diff options
context:
space:
mode:
Diffstat (limited to 'net/base/socket.h')
-rw-r--r--net/base/socket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/net/base/socket.h b/net/base/socket.h
index 843104b..b03b6c2 100644
--- a/net/base/socket.h
+++ b/net/base/socket.h
@@ -6,10 +6,11 @@
#define NET_BASE_SOCKET_H_
#include "net/base/completion_callback.h"
-#include "net/base/io_buffer.h"
namespace net {
+class IOBuffer;
+
// Represents a read/write socket.
class Socket {
public: