// 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_REPORTING_REPORTING_CACHE_OBSERVER_H_ #define NET_REPORTING_REPORTING_CACHE_OBSERVER_H_ #include <vector> #include "net/base/net_export.h" #include "net/reporting/reporting_endpoint.h" #include "net/reporting/reporting_report.h" namespace net { class NET_EXPORT ReportingCacheObserver { … }; } // namespace net #endif // NET_REPORTING_REPORTING_CACHE_OBSERVER_H_