// Copyright 2024 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef THIRD_PARTY_BLINK_RENDERER_PLATFORM_TESTING_RENDERER_FUZZING_SUPPORT_H_ #define THIRD_PARTY_BLINK_RENDERER_PLATFORM_TESTING_RENDERER_FUZZING_SUPPORT_H_ #include <vector> #include "third_party/blink/public/common/thread_safe_browser_interface_broker_proxy.h" #include "third_party/blink/public/platform/browser_interface_broker_proxy.h" namespace blink { class RendererFuzzingSupport { … }; } // namespace blink #endif // THIRD_PARTY_BLINK_RENDERER_PLATFORM_TESTING_RENDERER_FUZZING_SUPPORT_H_