// 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. #ifndef CONTENT_BROWSER_WEBID_TEST_MOCK_IDP_NETWORK_REQUEST_MANAGER_H_ #define CONTENT_BROWSER_WEBID_TEST_MOCK_IDP_NETWORK_REQUEST_MANAGER_H_ #include "content/browser/webid/idp_network_request_manager.h" #include "testing/gmock/include/gmock/gmock.h" #include "third_party/blink/public/mojom/webid/federated_auth_request.mojom.h" namespace content { class MockIdpNetworkRequestManager : public IdpNetworkRequestManager { … }; } // namespace content #endif // CONTENT_BROWSER_WEBID_TEST_MOCK_IDP_NETWORK_REQUEST_MANAGER_H_