// Copyright 2016 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_WEIGHTED_OBSERVATION_H_ #define NET_NQE_WEIGHTED_OBSERVATION_H_ #include "net/base/net_export.h" namespace net::nqe::internal { // Holds an observation and its weight. struct NET_EXPORT_PRIVATE WeightedObservation { … }; } // namespace net::nqe::internal #endif // NET_NQE_WEIGHTED_OBSERVATION_H_