#ifndef CHROME_BROWSER_FIRST_PARTY_SETS_FIRST_PARTY_SETS_POLICY_SERVICE_FACTORY_H_
#define CHROME_BROWSER_FIRST_PARTY_SETS_FIRST_PARTY_SETS_POLICY_SERVICE_FACTORY_H_
#include "base/no_destructor.h"
#include "base/values.h"
#include "chrome/browser/profiles/profile_keyed_service_factory.h"
namespace content {
class BrowserContext;
}
namespace user_prefs {
class PrefRegistrySyncable;
}
namespace first_party_sets {
class FirstPartySetsPolicyService;
class FirstPartySetsPolicyServiceFactory : public ProfileKeyedServiceFactory { … };
}
#endif