// Copyright 2017 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_NQE_RTT_THROUGHPUT_ESTIMATES_OBSERVER_H_ #define NET_NQE_RTT_THROUGHPUT_ESTIMATES_OBSERVER_H_ #include <stdint.h> #include "base/compiler_specific.h" #include "base/time/time.h" #include "net/base/net_export.h" namespace net { // Observes changes in the network quality. class NET_EXPORT_PRIVATE RTTAndThroughputEstimatesObserver { … }; } // namespace net #endif // NET_NQE_RTT_THROUGHPUT_ESTIMATES_OBSERVER_H_