blob: 444fdb97f53086991834254e3084ec9b706ff875 [file] [log] [blame]
Lily Chend39678172018-12-07 20:16:321// 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
7namespace net {
8
9void ReportingCacheObserver::OnReportsUpdated() {}
10
11void ReportingCacheObserver::OnClientsUpdated() {}
12
13ReportingCacheObserver::ReportingCacheObserver() = default;
14
15ReportingCacheObserver::~ReportingCacheObserver() = default;
16
17} // namespace net