// 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. #include "net/quic/quic_clock_skew_detector.h" namespace net { QuicClockSkewDetector::QuicClockSkewDetector(base::TimeTicks ticks_time, base::Time wall_time) : … { … } bool QuicClockSkewDetector::ClockSkewDetected(base::TimeTicks ticks_now, base::Time wall_now) { … } } // namespace net