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 57c952db01664bead81043bf50ec906a1dccb0ac..c87cb3026b3fcda5529111c17df85e6424031a12 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 { |