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

Unified Diff: net/socket/stream_socket.h

Issue 9959033: Move NextProto enum to a new file net/socket/next_proto.h (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Unwrap short lines. Created 8 years, 9 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/socket/stream_socket.h
diff --git a/net/socket/stream_socket.h b/net/socket/stream_socket.h
index a0e6f86dc7e731f1bd5ac9d653df88f91e0913ca..ef89906df4a3d91e543100334693144b4ee7aabd 100644
--- a/net/socket/stream_socket.h
+++ b/net/socket/stream_socket.h
@@ -8,6 +8,7 @@
#include "base/time.h"
#include "net/base/net_log.h"
+#include "net/base/next_proto.h"
#include "net/socket/socket.h"
namespace net {

Powered by Google App Engine
This is Rietveld 408576698