#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 = …;
}
TEST(SurfaceSetValuationTest, NoConfig) { … }
TEST(SurfaceSetValuationTest, PerSurface) { … }
TEST(SurfaceSetValuationTest, PerType) { … }
TEST(SurfaceSetValuationTest, ExpectedSurfaceCountForCost) { … }