Integrating the QuicStreamFactory into the network stack.

Fix static initialized in quic_utils.cc

Reverted: 173321
Initially landed: 173311

Review URL: https://chromiumcodereview.appspot.com/11416058

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@173367 0039d316-1c4b-4281-b951-d872f2087c98
diff --git a/net/quic/quic_protocol.h b/net/quic/quic_protocol.h
index 899d248..b947e19 100644
--- a/net/quic/quic_protocol.h
+++ b/net/quic/quic_protocol.h
@@ -24,6 +24,8 @@
 
 namespace net {
 
+using ::operator<<;
+
 class QuicPacket;
 
 typedef uint64 QuicGuid;