Index: third_party/WebKit/Source/modules/bluetooth/Bluetooth.h |
diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h |
index 9b39b7ab1528e3e629d36e7691946ad073206e4a..c1904b95d71a8abf00460a2ab9e54083b9ca7dc7 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h |
+++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.h |
@@ -5,13 +5,13 @@ |
#ifndef Bluetooth_h |
#define Bluetooth_h |
+#include <memory> |
#include "bindings/core/v8/ScriptPromise.h" |
#include "bindings/core/v8/ScriptWrappable.h" |
#include "modules/bluetooth/BluetoothDevice.h" |
#include "mojo/public/cpp/bindings/associated_binding.h" |
#include "platform/heap/Handle.h" |
#include "public/platform/modules/bluetooth/web_bluetooth.mojom-blink.h" |
-#include <memory> |
namespace blink { |