Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h |
index bea3518e4a88789b31e935df9677ce3526b177a3..b951db20e30c5b38312df387abd59ed20052632f 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTService.h |
@@ -11,7 +11,7 @@ |
#include "platform/heap/Handle.h" |
#include "platform/heap/Heap.h" |
#include "public/platform/modules/bluetooth/WebBluetoothRemoteGATTService.h" |
-#include "public/platform/modules/bluetooth/web_bluetooth.mojom.h" |
+#include "public/platform/modules/bluetooth/web_bluetooth.mojom-blink.h" |
#include "wtf/text/WTFString.h" |
#include <memory> |
@@ -52,7 +52,7 @@ public: |
ScriptPromise getCharacteristics(ScriptState*, ExceptionState&); |
private: |
- ScriptPromise getCharacteristicsImpl(ScriptState*, mojom::WebBluetoothGATTQueryQuantity, String characteristicUUID = String()); |
+ ScriptPromise getCharacteristicsImpl(ScriptState*, mojom::blink::WebBluetoothGATTQueryQuantity, String characteristicUUID = String()); |
std::unique_ptr<WebBluetoothRemoteGATTService> m_webService; |
Member<BluetoothDevice> m_device; |