#include "chrome/browser/ip_protection/ip_protection_config_provider_factory.h"
#include "chrome/browser/ip_protection/ip_protection_config_provider.h"
#include "chrome/browser/privacy_sandbox/tracking_protection_settings_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/profiles/profile_selections.h"
#include "chrome/browser/signin/identity_manager_factory.h"
#include "content/public/browser/browser_context.h"
#include "content/public/browser/storage_partition.h"
IpProtectionConfigProvider* IpProtectionConfigProviderFactory::GetForProfile(
Profile* profile) { … }
IpProtectionConfigProviderFactory*
IpProtectionConfigProviderFactory::GetInstance() { … }
ProfileSelections IpProtectionConfigProviderFactory::CreateProfileSelections() { … }
IpProtectionConfigProviderFactory::IpProtectionConfigProviderFactory()
: … { … }
IpProtectionConfigProviderFactory::~IpProtectionConfigProviderFactory() =
default;
std::unique_ptr<KeyedService>
IpProtectionConfigProviderFactory::BuildServiceInstanceForBrowserContext(
content::BrowserContext* context) const { … }
bool IpProtectionConfigProviderFactory::ServiceIsCreatedWithBrowserContext()
const { … }