#include "content/browser/renderer_host/policy_container_host.h"
#include "base/run_loop.h"
#include "content/public/test/browser_task_environment.h"
#include "services/network/public/mojom/content_security_policy.mojom.h"
#include "services/network/public/mojom/ip_address_space.mojom-shared.h"
#include "services/network/public/mojom/referrer_policy.mojom-shared.h"
#include "services/network/public/mojom/web_sandbox_flags.mojom.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
ByRef;
Eq;
Pointee;
namespace {
struct SameSizeAsPolicyContainerPolicies { … };
}
static_assert …;
TEST(PolicyContainerPoliciesTest, CloneIsEqual) { … }
TEST(PolicyContainerHostTest, ReferrerPolicy) { … }
}