#ifndef CONTENT_BROWSER_BLUETOOTH_ADVERTISEMENT_CLIENT_H_
#define CONTENT_BROWSER_BLUETOOTH_ADVERTISEMENT_CLIENT_H_
#include "base/functional/callback.h"
#include "base/memory/raw_ptr.h"
#include "content/browser/bluetooth/bluetooth_device_scanning_prompt_controller.h"
#include "content/browser/bluetooth/web_bluetooth_service_impl.h"
#include "content/browser/web_contents/web_contents_impl.h"
#include "mojo/public/cpp/bindings/associated_remote.h"
#include "mojo/public/cpp/bindings/pending_associated_remote.h"
#include "third_party/blink/public/mojom/bluetooth/web_bluetooth.mojom.h"
namespace content {
namespace {
RequestCallback;
}
class WebBluetoothServiceImpl::AdvertisementClient { … };
class WebBluetoothServiceImpl::WatchAdvertisementsClient
: public WebBluetoothServiceImpl::AdvertisementClient { … };
class WebBluetoothServiceImpl::ScanningClient
: public WebBluetoothServiceImpl::AdvertisementClient { … };
}
#endif