Index: net/spdy/spdy_session_pool.cc |
diff --git a/net/spdy/spdy_session_pool.cc b/net/spdy/spdy_session_pool.cc |
index d8397855d94f2c1c0f07a7ce2857ed35dcd2818d..ddcc5744375d15dd04eb4aa0ca5c8d5b63870a83 100644 |
--- a/net/spdy/spdy_session_pool.cc |
+++ b/net/spdy/spdy_session_pool.cc |
@@ -55,7 +55,7 @@ SpdySessionPool::SpdySessionPool( |
// |default_protocol_|. |
default_protocol_( |
(default_protocol == kProtoUnknown) ? |
- kProtoSPDY3 : default_protocol), |
+ kProtoSPDY31 : default_protocol), |
stream_initial_recv_window_size_(stream_initial_recv_window_size), |
initial_max_concurrent_streams_(initial_max_concurrent_streams), |
max_concurrent_streams_limit_(max_concurrent_streams_limit), |