Index: third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h |
diff --git a/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h b/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h |
index 3d8eb0673a949aa3fab9af62aef87f859a23751d..d9ff6e804d6a1ef8e87fdd61f7a6de04c77ab404 100644 |
--- a/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h |
+++ b/third_party/WebKit/Source/web/WebAssociatedURLLoaderImpl.h |
@@ -5,12 +5,12 @@ |
#ifndef WebAssociatedURLLoaderImpl_h |
#define WebAssociatedURLLoaderImpl_h |
+#include <memory> |
#include "platform/heap/Handle.h" |
+#include "platform/wtf/Noncopyable.h" |
+#include "platform/wtf/RefPtr.h" |
#include "public/web/WebAssociatedURLLoader.h" |
#include "public/web/WebAssociatedURLLoaderOptions.h" |
-#include "wtf/Noncopyable.h" |
-#include "wtf/RefPtr.h" |
-#include <memory> |
namespace blink { |