chromium/components/privacy_sandbox/tpcd_experiment_eligibility_unittest.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 "components/privacy_sandbox/tpcd_experiment_eligibility.h"

#include "base/strings/to_string.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace privacy_sandbox {
namespace {

TEST(TpcdExperimentEligibilityTest, Eligibility) {}

}  // namespace
}  // namespace privacy_sandbox