| // Copyright 2020 The Chromium Authors | |
| // Use of this source code is governed by a BSD-style license that can be | |
| // found in the LICENSE file. | |
| #include "content/browser/attribution_reporting/test/mock_attribution_observer.h" | |
| namespace content { | |
| MockAttributionObserver::MockAttributionObserver() = default; | |
| MockAttributionObserver::~MockAttributionObserver() = default; | |
| } // namespace content |