// Copyright 2022 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #include "content/browser/renderer_host/render_frame_host_csp_context.h" #include "content/browser/renderer_host/render_frame_host_impl.h" #include "services/network/public/mojom/content_security_policy.mojom.h" #include "services/network/public/mojom/source_location.mojom.h" #include "testing/gtest/include/gtest/gtest.h" #include "url/gurl.h" namespace content { TEST(RenderFrameHostCSPContextTest, SanitizeDataForUseInCspViolation) { … } } // namespace content