Chromium Code Reviews| Index: net/http/http_server_properties.cc |
| diff --git a/net/http/http_server_properties.cc b/net/http/http_server_properties.cc |
| index 48b21ac43caed3b74b3e9f9a4a6fafd2bf1b0cbb..81a0e98f348f80dafb45bf70c5f2c97099a8632a 100644 |
| --- a/net/http/http_server_properties.cc |
| +++ b/net/http/http_server_properties.cc |
| @@ -17,7 +17,7 @@ const char* const kAlternateProtocolStrings[] = { |
| "npn-spdy/2", |
| "npn-spdy/3", |
| "npn-spdy/3.1", |
| - "npn-spdy/4a1", |
| + "npn-spdy/4a2", |
| "quic" |
| }; |
| const char kBrokenAlternateProtocol[] = "Broken"; |