commit | f1e97e93f49bc2e6b76c7312e87fad2246a1703e | [log] [tgz] |
---|---|---|
author | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sun Dec 16 04:53:25 2012 |
committer | [email protected] <[email protected]@0039d316-1c4b-4281-b951-d872f2087c98> | Sun Dec 16 04:53:25 2012 |
tree | 6063fdf12b2df57ebcb8002ef0d6c979c189e470 | |
parent | f117a4cc7c6cae265071109a9133ff5f853a06f1 [diff] [blame] |
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;