// 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/metrics/metrics_shutdown.h" #include "base/metrics/persistent_histogram_allocator.h" #include "components/metrics/clean_exit_beacon.h" #include "components/prefs/pref_service.h" namespace metrics { void Shutdown(PrefService* local_state) { … } } // namespace metrics