blob: d9cbadbfb6fe56d0be347ee45be4e36618c5ad33 [file] [log] [blame]
// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "net/third_party/quic/core/crypto/crypto_server_config_protobuf.h"
#include "net/third_party/quic/core/quic_time.h"
namespace quic {
QuicServerConfigProtobuf::QuicServerConfigProtobuf()
: primary_time_(QuicWallTime::Zero().ToUNIXSeconds()), priority_(0) {}
QuicServerConfigProtobuf::~QuicServerConfigProtobuf() {}
} // namespace quic