#ifndef CHROME_BROWSER_BLUETOOTH_CHROME_BLUETOOTH_DELEGATE_IMPL_CLIENT_H_
#define CHROME_BROWSER_BLUETOOTH_CHROME_BLUETOOTH_DELEGATE_IMPL_CLIENT_H_
#include <memory>
#include "components/permissions/bluetooth_chooser_controller.h"
#include "components/permissions/bluetooth_delegate_impl.h"
#include "content/public/browser/bluetooth_delegate.h"
namespace content {
class RenderFrameHost;
}
namespace permissions {
class BluetoothChooserContext;
}
class ChromeBluetoothDelegateImplClient
: public permissions::BluetoothDelegateImpl::Client { … };
#endif