Lily Chen | d3967817 | 2018-12-07 20:16:32 | [diff] [blame] | 1 | // Copyright 2017 The Chromium Authors. All rights reserved. |
| 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
| 4 | |
| 5 | #include "net/reporting/reporting_cache_observer.h" |
| 6 | |
| 7 | namespace net { |
| 8 | |
| 9 | void ReportingCacheObserver::OnReportsUpdated() {} |
| 10 | |
| 11 | void ReportingCacheObserver::OnClientsUpdated() {} |
| 12 | |
| 13 | ReportingCacheObserver::ReportingCacheObserver() = default; |
| 14 | |
| 15 | ReportingCacheObserver::~ReportingCacheObserver() = default; |
| 16 | |
| 17 | } // namespace net |