Index: third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h |
index b29f68b87d3ee066e29e1d6f214542fac959f537..15aa9edb28d74826ab83cdcd1919109a3d3f4aa2 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothRemoteGATTServer.h |
@@ -9,7 +9,7 @@ |
#include "bindings/modules/v8/StringOrUnsignedLong.h" |
#include "modules/bluetooth/BluetoothDevice.h" |
#include "platform/heap/Heap.h" |
-#include "public/platform/modules/bluetooth/WebBluetoothError.h" |
+#include "third_party/WebKit/public/platform/modules/bluetooth/web_bluetooth.mojom-blink.h" |
#include "wtf/text/WTFString.h" |
namespace blink { |
@@ -44,7 +44,7 @@ public: |
ScriptPromise getPrimaryServices(ScriptState*, ExceptionState&); |
private: |
- ScriptPromise getPrimaryServicesImpl(ScriptState*, mojom::WebBluetoothGATTQueryQuantity, String serviceUUID = String()); |
+ ScriptPromise getPrimaryServicesImpl(ScriptState*, mojom::blink::WebBluetoothGATTQueryQuantity, String serviceUUID = String()); |
Member<BluetoothDevice> m_device; |
bool m_connected; |