Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(72)

Unified Diff: net/base/socket.h

Issue 115870: Reduce header dependencies in net/ (Closed)
Patch Set: Created 11 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/base/socket.h
diff --git a/net/base/socket.h b/net/base/socket.h
index 843104b5476d2c38abf678bfe5e67b020f153458..b03b6c25095832f0ddfde5b10713135842fe0e71 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:

Powered by Google App Engine
This is Rietveld 408576698