#include "chrome/browser/hid/hid_chooser_context_factory.h"
#include "base/no_destructor.h"
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/hid/hid_chooser_context.h"
#include "chrome/browser/profiles/profile.h"
HidChooserContextFactory* HidChooserContextFactory::GetInstance() { … }
HidChooserContext* HidChooserContextFactory::GetForProfile(Profile* profile) { … }
HidChooserContext* HidChooserContextFactory::GetForProfileIfExists(
Profile* profile) { … }
HidChooserContextFactory::HidChooserContextFactory()
: … { … }
HidChooserContextFactory::~HidChooserContextFactory() = default;
std::unique_ptr<KeyedService>
HidChooserContextFactory::BuildServiceInstanceForBrowserContext(
content::BrowserContext* context) const { … }