Index: third_party/WebKit/Source/web/WebDataSourceImpl.h |
diff --git a/third_party/WebKit/Source/web/WebDataSourceImpl.h b/third_party/WebKit/Source/web/WebDataSourceImpl.h |
index 3497fed0436ef5ec797fd3656da83f4c0533234e..e4de4a69b37d2e3eed31ba53e89cf72d7eca3c00 100644 |
--- a/third_party/WebKit/Source/web/WebDataSourceImpl.h |
+++ b/third_party/WebKit/Source/web/WebDataSourceImpl.h |
@@ -31,15 +31,15 @@ |
#ifndef WebDataSourceImpl_h |
#define WebDataSourceImpl_h |
+#include <memory> |
#include "core/frame/FrameTypes.h" |
#include "core/loader/DocumentLoader.h" |
#include "platform/exported/WrappedResourceRequest.h" |
#include "platform/exported/WrappedResourceResponse.h" |
#include "platform/heap/Handle.h" |
#include "platform/weborigin/KURL.h" |
+#include "platform/wtf/Vector.h" |
#include "public/web/WebDataSource.h" |
-#include "wtf/Vector.h" |
-#include <memory> |
namespace blink { |