// Copyright 2019 The Chromium Authors // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. #ifndef COMPONENTS_UPDATE_CLIENT_NET_NETWORK_CHROMIUM_H_ #define COMPONENTS_UPDATE_CLIENT_NET_NETWORK_CHROMIUM_H_ #include <memory> #include "base/functional/callback.h" #include "base/memory/ref_counted.h" #include "components/update_client/network.h" namespace network { class SharedURLLoaderFactory; } namespace update_client { SendCookiesPredicate; class NetworkFetcherChromiumFactory : public NetworkFetcherFactory { … }; } // namespace update_client #endif // COMPONENTS_UPDATE_CLIENT_NET_NETWORK_CHROMIUM_H_