// 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/user_stream_data_source.h" namespace stability_report { ProcessState& AddProcessForSnapshot(const base::ProcessId process_id, StabilityReport* report) { … } } // namespace stability_report