blob: 9e82fd1046bea4a8eb2775f913368ea8f7cd5641 [file] [log] [blame]
// Copyright 2018 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.
#ifndef NET_THIRD_PARTY_QUIC_PLATFORM_API_QUIC_INTERVAL_H_
#define NET_THIRD_PARTY_QUIC_PLATFORM_API_QUIC_INTERVAL_H_
#include "net/third_party/quic/platform/impl/quic_interval_impl.h"
namespace quic {
template <class T>
using QuicInterval = QuicIntervalImpl<T>;
} // namespace quic
#endif // NET_THIRD_PARTY_QUIC_PLATFORM_API_QUIC_INTERVAL_H_