chromium/services/network/ip_protection/ip_protection_config_getter_mojo_impl.h

// 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 SERVICES_NETWORK_IP_PROTECTION_IP_PROTECTION_CONFIG_GETTER_MOJO_IMPL_H_
#define SERVICES_NETWORK_IP_PROTECTION_IP_PROTECTION_CONFIG_GETTER_MOJO_IMPL_H_

#include "base/component_export.h"
#include "base/memory/raw_ptr.h"
#include "components/ip_protection/common/ip_protection_data_types.h"
#include "mojo/public/cpp/bindings/remote.h"
#include "services/network/ip_protection/ip_protection_config_getter.h"
#include "services/network/public/mojom/network_context.mojom.h"

namespace network {
class COMPONENT_EXPORT(NETWORK_SERVICE) IpProtectionConfigGetterMojoImpl final
    : public IpProtectionConfigGetter {};
}  // namespace network

#endif  // SERVICES_NETWORK_IP_PROTECTION_IP_PROTECTION_CONFIG_GETTER_MOJO_IMPL_H_