#include "chrome/browser/profiles/profile_keyed_service_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "components/keyed_service/content/browser_context_dependency_manager.h"
ProfileKeyedServiceFactory::ProfileKeyedServiceFactory(const char* name)
: … { … }
ProfileKeyedServiceFactory::ProfileKeyedServiceFactory(
const char* name,
const ProfileSelections& profile_selections)
: … { … }
ProfileKeyedServiceFactory::~ProfileKeyedServiceFactory() = default;
content::BrowserContext* ProfileKeyedServiceFactory::GetBrowserContextToUse(
content::BrowserContext* context) const { … }