// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_METRICS_STRUCTURED_KEY_DATA_PREFS_DELEGATE_H_ #define COMPONENTS_METRICS_STRUCTURED_KEY_DATA_PREFS_DELEGATE_H_ #include <cstdint> #include <string> #include <string_view> #include "base/gtest_prod_util.h" #include "base/memory/raw_ptr.h" #include "base/sequence_checker.h" #include "base/time/time.h" #include "components/metrics/structured/lib/key_data.h" #include "components/prefs/pref_service.h" namespace metricsstructured // namespace metrics::structured #endif // COMPONENTS_METRICS_STRUCTURED_KEY_DATA_PREFS_DELEGATE_H_