Index: content/renderer/bluetooth/bluetooth_dispatcher.h |
diff --git a/content/renderer/bluetooth/bluetooth_dispatcher.h b/content/renderer/bluetooth/bluetooth_dispatcher.h |
index 73d69d1510b6267b7ab35b2aeb62139c125fb636..dc8370c4b4d9df42c6cf428f008d41f5171397e2 100644 |
--- a/content/renderer/bluetooth/bluetooth_dispatcher.h |
+++ b/content/renderer/bluetooth/bluetooth_dispatcher.h |
@@ -33,6 +33,7 @@ class Message; |
struct BluetoothCharacteristicRequest; |
struct BluetoothPrimaryServiceRequest; |
+struct BluetoothWriteValueRequest; |
struct BluetoothNotificationsRequest; |
namespace content { |
@@ -241,7 +242,7 @@ class BluetoothDispatcher : public WorkerThread::Observer { |
// Tracks requests to read from a characteristics. |
IDMap<blink::WebBluetoothReadValueCallbacks, IDMapOwnPointer> |
pending_read_value_requests_; |
- IDMap<blink::WebBluetoothWriteValueCallbacks, IDMapOwnPointer> |
+ IDMap<BluetoothWriteValueRequest, IDMapOwnPointer> |
pending_write_value_requests_; |
IDMap<BluetoothNotificationsRequest, IDMapOwnPointer> |
pending_notifications_requests_; |