Index: third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp |
diff --git a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp |
index 5d84c6a9d9f8bf2598773a689072718d77289049..a3e5b04a7833a21fcd3908ab9394ced5a6d622a9 100644 |
--- a/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp |
+++ b/third_party/WebKit/Source/modules/beacon/NavigatorBeacon.cpp |
@@ -10,7 +10,6 @@ |
#include "core/dom/DOMArrayBufferView.h" |
#include "core/dom/ExceptionCode.h" |
#include "core/dom/ExecutionContext.h" |
-#include "core/fetch/FetchUtils.h" |
#include "core/fileapi/Blob.h" |
#include "core/frame/LocalFrame.h" |
#include "core/frame/Settings.h" |
@@ -18,6 +17,7 @@ |
#include "core/frame/csp/ContentSecurityPolicy.h" |
#include "core/html/FormData.h" |
#include "core/loader/PingLoader.h" |
+#include "platform/loader/fetch/FetchUtils.h" |
namespace blink { |