Chromium Code Reviews| Index: net/http/http_server_properties.h |
| diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h |
| index 28a608fe3d3ba0db03d260f5197a8415b14234a0..e1fb9db496859753d9390c974e3e0ba277d581c3 100644 |
| --- a/net/http/http_server_properties.h |
| +++ b/net/http/http_server_properties.h |
| @@ -20,7 +20,7 @@ enum AlternateProtocol { |
| NPN_SPDY_2, |
| NPN_SPDY_3, |
| NPN_SPDY_3_1, |
| - NPN_SPDY_4a1, |
| + NPN_SPDY_4A2, |
| QUIC, |
| NUM_ALTERNATE_PROTOCOLS, |
| ALTERNATE_PROTOCOL_BROKEN, // The alternate protocol is known to be broken. |