| Index: third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| diff --git a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| index b6352ab5f8ad4d1e5fc570d6dd340b89d618fc23..d1092590e5a14b10af9971ca65fc01d20117749c 100644
|
| --- a/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| +++ b/third_party/WebKit/public/platform/modules/bluetooth/WebBluetooth.h
|
| @@ -10,6 +10,7 @@
|
| #include "public/platform/WebString.h"
|
| #include "public/platform/WebVector.h"
|
| #include "public/platform/modules/bluetooth/WebBluetoothError.h"
|
| +#include "public/platform/modules/bluetooth/web_bluetooth.mojom.h"
|
|
|
| namespace blink {
|
|
|
| @@ -40,7 +41,7 @@ using WebBluetoothGetCharacteristicsCallbacks =
|
| using WebBluetoothReadValueCallbacks = WebCallbacks<const WebVector<uint8_t>&, const WebBluetoothError&>;
|
|
|
| // Success and failure callbacks for writeValue.
|
| -using WebBluetoothWriteValueCallbacks = WebCallbacks<const WebVector<uint8_t>&, const WebBluetoothError&>;
|
| +using WebBluetoothWriteValueCallbacks = WebCallbacks<const WebVector<uint8_t>&, const mojom::WebBluetoothError&>;
|
|
|
| // Success and failure callbacks for characteristic.startNotifications and
|
| // characteristic.stopNotifications.
|
|
|