chromium/chrome/browser/tpcd/heuristics/opener_heuristic_metrics.cc

// 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 "chrome/browser/tpcd/heuristics/opener_heuristic_metrics.h"

#include <algorithm>
#include <cstdint>
#include <memory>

#include "base/debug/leak_annotations.h"
#include "base/functional/callback_forward.h"
#include "base/functional/callback_helpers.h"
#include "base/logging.h"
#include "base/metrics/bucket_ranges.h"
#include "base/metrics/histogram.h"
#include "base/time/time.h"

TimeDelta;

int32_t Bucketize3PCDHeuristicTimeDelta(
    base::TimeDelta sample_td,
    base::TimeDelta maximum_td,
    base::RepeatingCallback<int64_t(const base::TimeDelta*)> cast_time_delta) {}