// 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 SERVICES_NETWORK_TEST_MOCK_URL_LOADER_CLIENT_H_ #define SERVICES_NETWORK_TEST_MOCK_URL_LOADER_CLIENT_H_ #include "services/network/public/mojom/early_hints.mojom.h" #include "services/network/public/mojom/url_loader.mojom.h" #include "services/network/public/mojom/url_response_head.mojom.h" #include "testing/gmock/include/gmock/gmock.h" namespace network { class MockURLLoaderClient : public network::mojom::URLLoaderClient { … }; } // namespace network #endif // SERVICES_NETWORK_TEST_MOCK_URL_LOADER_CLIENT_H_