Index: third_party/WebKit/Source/modules/bluetooth/BluetoothError.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h |
index 6fcf7de19542a5afef873db37475ad97c7869456..e05b4e40287260093c34c102d4a2ecd59cef8b2a 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/BluetoothError.h |
@@ -6,7 +6,7 @@ |
#define BluetoothError_h |
#include "platform/heap/Handle.h" |
-#include "public/platform/modules/bluetooth/WebBluetoothError.h" |
+#include "public/platform/modules/bluetooth/web_bluetooth.mojom.h" |
#include "wtf/Allocator.h" |
namespace blink { |
@@ -20,8 +20,8 @@ class BluetoothError { |
STATIC_ONLY(BluetoothError); |
public: |
// Interface required by CallbackPromiseAdapter: |
- using WebType = const WebBluetoothError&; |
- static DOMException* take(ScriptPromiseResolver*, const WebBluetoothError&); |
+ using WebType = const mojom::WebBluetoothError&; |
+ static DOMException* take(ScriptPromiseResolver*, const mojom::WebBluetoothError&); |
}; |
} // namespace blink |