// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "components/stability_report/test/stability_report_reader.h" namespace stability_report::test { const StabilityReport& StabilityReportReader::report() const { … } bool StabilityReportReader::ExtensionStreamDataSourceRead(const void* data, size_t size) { … } } // namespace stability_report::test