| Index: third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h
|
| diff --git a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h
|
| index aad1a740206e5a63fd28b38c5c600868205c5ec4..7ffc47b2ce69d58e50b605d3d7540edf465b8027 100644
|
| --- a/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h
|
| +++ b/third_party/WebKit/Source/core/html/parser/HTMLResourcePreloader.h
|
| @@ -26,14 +26,14 @@
|
| #ifndef HTMLResourcePreloader_h
|
| #define HTMLResourcePreloader_h
|
|
|
| +#include <memory>
|
| #include "core/html/parser/CSSPreloadScanner.h"
|
| #include "core/html/parser/PreloadRequest.h"
|
| #include "core/html/parser/ResourcePreloader.h"
|
| #include "core/loader/NetworkHintsInterface.h"
|
| #include "platform/heap/Heap.h"
|
| -#include "wtf/CurrentTime.h"
|
| -#include "wtf/text/TextPosition.h"
|
| -#include <memory>
|
| +#include "platform/wtf/CurrentTime.h"
|
| +#include "platform/wtf/text/TextPosition.h"
|
|
|
| namespace blink {
|
|
|
|
|