| Index: third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| diff --git a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| index da105ac7502e4e0e3d1ac119fcae8b93a05eecfc..79701c61dcf35dffbd35eb733bcfd951f36975e8 100644
|
| --- a/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| +++ b/third_party/WebKit/Source/core/html/imports/HTMLImportLoader.h
|
| @@ -32,9 +32,9 @@
|
| #define HTMLImportLoader_h
|
|
|
| #include "core/dom/DocumentParserClient.h"
|
| -#include "core/fetch/RawResource.h"
|
| -#include "core/fetch/ResourceOwner.h"
|
| #include "platform/heap/Handle.h"
|
| +#include "platform/loader/fetch/RawResource.h"
|
| +#include "platform/loader/fetch/ResourceOwner.h"
|
| #include "wtf/Vector.h"
|
| #include <memory>
|
|
|
|
|