| Index: net/http/http_server_properties.h
|
| diff --git a/net/http/http_server_properties.h b/net/http/http_server_properties.h
|
| index c4ced05aadfb357708708a630ed5ade6e30edce2..87c526c4679ecbaeb6e96399d5cded5b7dac6882 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,
|
| - QUIC_1,
|
| + QUIC,
|
| NUM_ALTERNATE_PROTOCOLS,
|
| ALTERNATE_PROTOCOL_BROKEN, // The alternate protocol is known to be broken.
|
| UNINITIALIZED_ALTERNATE_PROTOCOL,
|
|
|