Index: third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp |
diff --git a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp |
index 24ce97b75a254c061d05caee0f6043baa06cb349..ab7156039d75115b191fcc5d2956d3de18d1198b 100644 |
--- a/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp |
+++ b/third_party/WebKit/Source/modules/bluetooth/Bluetooth.cpp |
@@ -4,6 +4,8 @@ |
#include "modules/bluetooth/Bluetooth.h" |
+#include <memory> |
+#include <utility> |
#include "bindings/core/v8/CallbackPromiseAdapter.h" |
#include "bindings/core/v8/ScriptPromise.h" |
#include "bindings/core/v8/ScriptPromiseResolver.h" |
@@ -20,8 +22,6 @@ |
#include "platform/UserGestureIndicator.h" |
#include "public/platform/InterfaceProvider.h" |
#include "public/platform/Platform.h" |
-#include <memory> |
-#include <utility> |
namespace blink { |