chromium/chrome/browser/privacy_budget/surface_set_valuation_unittest.cc

// Copyright 2021 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/privacy_budget/surface_set_valuation.h"

#include "chrome/browser/privacy_budget/surface_set_equivalence.h"
#include "chrome/common/privacy_budget/scoped_privacy_budget_config.h"
#include "chrome/common/privacy_budget/types.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/public/common/privacy_budget/identifiable_surface.h"

namespace {

constexpr auto kSurface1 =;
constexpr auto kSurface2 =;
constexpr auto kSurface3 =;
constexpr auto kSurface4 =;

}  // namespace

TEST(SurfaceSetValuationTest, NoConfig) {}

TEST(SurfaceSetValuationTest, PerSurface) {}

TEST(SurfaceSetValuationTest, PerType) {}

TEST(SurfaceSetValuationTest, ExpectedSurfaceCountForCost) {}