Index: third_party/WebKit/Source/modules/fetch/FetchHeaderList.h |
diff --git a/third_party/WebKit/Source/modules/fetch/FetchHeaderList.h b/third_party/WebKit/Source/modules/fetch/FetchHeaderList.h |
index bfe552f483edeb89a46e88b229c023bc1febd9a4..6a67780bc3e054a3da5892c708169db7f06bce1b 100644 |
--- a/third_party/WebKit/Source/modules/fetch/FetchHeaderList.h |
+++ b/third_party/WebKit/Source/modules/fetch/FetchHeaderList.h |
@@ -5,13 +5,13 @@ |
#ifndef FetchHeaderList_h |
#define FetchHeaderList_h |
+#include <memory> |
+#include <utility> |
#include "modules/ModulesExport.h" |
#include "platform/heap/Handle.h" |
#include "wtf/PassRefPtr.h" |
#include "wtf/Vector.h" |
#include "wtf/text/WTFString.h" |
-#include <memory> |
-#include <utility> |
namespace blink { |