| Index: net/spdy/spdy_protocol.h
|
| diff --git a/net/spdy/spdy_protocol.h b/net/spdy/spdy_protocol.h
|
| index 489b8df691b6116788a09c37a5053afe7a343325..5ef4e9d0be5144c9a578bb285ea4a8f83b8f9a05 100644
|
| --- a/net/spdy/spdy_protocol.h
|
| +++ b/net/spdy/spdy_protocol.h
|
| @@ -36,8 +36,7 @@ namespace net {
|
| // which indicate application-layer incompatibility. It is NOT guaranteed
|
| // that the enum value SPDYn maps to the integer n.
|
| enum SpdyMajorVersion {
|
| - SPDY3 = 1,
|
| - HTTP2,
|
| + HTTP2 = 2,
|
| };
|
|
|
| // 15 bit version field for SPDY/3 frames.
|
|
|