chromium/net/quic/quic_clock_skew_detector.h

// Copyright 2012 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef NET_QUIC_QUIC_CLOCK_SKEW_DETECTOR_H_
#define NET_QUIC_QUIC_CLOCK_SKEW_DETECTOR_H_

#include "base/time/time.h"
#include "net/base/net_export.h"

namespace net {

class NET_EXPORT_PRIVATE QuicClockSkewDetector {};

}  // namespace net

#endif  // NET_QUIC_QUIC_CLOCK_SKEW_DETECTOR_H_