// 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/representative_surface_set.h" #include "chrome/common/privacy_budget/field_trial_param_conversions.h" #include "testing/gtest/include/gtest/gtest.h" #include "third_party/blink/public/common/privacy_budget/identifiable_surface.h" TEST(RepresentativeSurfaceTest, SetSerialization) { … } TEST(RepresentativeSurfaceTest, ListSerialization) { … }