#include "chrome/browser/tpcd/support/top_level_trial_service_factory.h"
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/origin_trials/origin_trials_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "chrome/browser/tpcd/support/top_level_trial_service.h"
#include "content/public/browser/browser_thread.h"
#include "content/public/common/content_features.h"
#include "net/base/features.h"
namespace tpcd::trial {
TopLevelTrialServiceFactory* TopLevelTrialServiceFactory::GetInstance() { … }
TopLevelTrialService* TopLevelTrialServiceFactory::GetForProfile(
Profile* profile) { … }
ProfileSelections TopLevelTrialServiceFactory::CreateProfileSelections() { … }
TopLevelTrialServiceFactory::TopLevelTrialServiceFactory()
: … { … }
TopLevelTrialServiceFactory::~TopLevelTrialServiceFactory() = default;
KeyedService* TopLevelTrialServiceFactory::BuildServiceInstanceFor(
content::BrowserContext* context) const { … }
}