// 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_ATTRIBUTION_REPORTING_AGGREGATABLE_UTILS_H_ #define COMPONENTS_ATTRIBUTION_REPORTING_AGGREGATABLE_UTILS_H_ #include <optional> #include <vector> #include "base/component_export.h" #include "base/functional/function_ref.h" #include "base/time/time.h" attribution_reporting // namespace attribution_reporting #endif // COMPONENTS_ATTRIBUTION_REPORTING_AGGREGATABLE_UTILS_H_