#include "chrome/browser/bluetooth/bluetooth_chooser_context_factory.h"
#include "base/no_destructor.h"
#include "chrome/browser/content_settings/host_content_settings_map_factory.h"
#include "chrome/browser/profiles/profile.h"
#include "components/permissions/contexts/bluetooth_chooser_context.h"
BluetoothChooserContextFactory* BluetoothChooserContextFactory::GetInstance() { … }
permissions::BluetoothChooserContext*
BluetoothChooserContextFactory::GetForProfile(Profile* profile) { … }
permissions::BluetoothChooserContext*
BluetoothChooserContextFactory::GetForProfileIfExists(Profile* profile) { … }
BluetoothChooserContextFactory::BluetoothChooserContextFactory()
: … { … }
BluetoothChooserContextFactory::~BluetoothChooserContextFactory() = default;
std::unique_ptr<KeyedService>
BluetoothChooserContextFactory::BuildServiceInstanceForBrowserContext(
content::BrowserContext* context) const { … }