#ifndef ASH_SYSTEM_BLUETOOTH_HID_PRESERVING_CONTROLLER_IN_PROCESS_INSTANCE_H_
#define ASH_SYSTEM_BLUETOOTH_HID_PRESERVING_CONTROLLER_IN_PROCESS_INSTANCE_H_
#include "ash/ash_export.h"
#include "ash/public/mojom/hid_preserving_bluetooth_state_controller.mojom.h"
#include "base/functional/bind.h"
#include "mojo/public/cpp/bindings/pending_receiver.h"
namespace ash::bluetooth {
ASH_EXPORT void BindToInProcessInstance(
mojo::PendingReceiver<mojom::HidPreservingBluetoothStateController>
pending_receiver);
ASH_EXPORT void OverrideInProcessInstanceForTesting(
mojom::HidPreservingBluetoothStateController* hid_preserving_bluetooth);
}
#endif