| Index: net/quic/crypto/crypto_server_config_protobuf.cc
|
| diff --git a/net/quic/crypto/crypto_server_config_protobuf.cc b/net/quic/crypto/crypto_server_config_protobuf.cc
|
| index a3418e4228ad54bb0bb613444ca30548c9dd8477..d292f9e9db9cb967a9a722b582f5514b264940db 100644
|
| --- a/net/quic/crypto/crypto_server_config_protobuf.cc
|
| +++ b/net/quic/crypto/crypto_server_config_protobuf.cc
|
| @@ -10,7 +10,8 @@
|
| namespace net {
|
|
|
| QuicServerConfigProtobuf::QuicServerConfigProtobuf()
|
| - : primary_time_(QuicWallTime::Zero().ToUNIXSeconds()) {
|
| + : primary_time_(QuicWallTime::Zero().ToUNIXSeconds()),
|
| + priority_(0) {
|
| }
|
|
|
| QuicServerConfigProtobuf::~QuicServerConfigProtobuf() {
|
|
|