// Copyright 2023 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef CONTENT_WEB_TEST_BROWSER_WEB_TEST_FEDCM_MANAGER_H_ #define CONTENT_WEB_TEST_BROWSER_WEB_TEST_FEDCM_MANAGER_H_ #include "base/memory/weak_ptr.h" #include "third_party/blink/public/mojom/webid/federated_auth_request_automation.mojom.h" namespace content { class FederatedAuthRequestImpl; class RenderFrameHost; class RenderFrameHostImpl; class WebTestFedCmManager : public blink::test::mojom::FederatedAuthRequestAutomation { … }; } // namespace content #endif // CONTENT_WEB_TEST_BROWSER_WEB_TEST_FEDCM_MANAGER_H_