| Index: Source/core/html/parser/CSSPreloadScanner.cpp
|
| diff --git a/Source/core/html/parser/CSSPreloadScanner.cpp b/Source/core/html/parser/CSSPreloadScanner.cpp
|
| index 63d0750647f92cd16e7780f8c4d73c182ebb76a1..d92bfb70193fc790d434564ef6e3001856ed597c 100644
|
| --- a/Source/core/html/parser/CSSPreloadScanner.cpp
|
| +++ b/Source/core/html/parser/CSSPreloadScanner.cpp
|
| @@ -28,9 +28,9 @@
|
| #include "config.h"
|
| #include "CSSPreloadScanner.h"
|
|
|
| -#include "CachedResourceRequestInitiators.h"
|
| #include "HTMLIdentifier.h"
|
| #include "HTMLParserIdioms.h"
|
| +#include "core/loader/cache/CachedResourceRequestInitiators.h"
|
|
|
| namespace WebCore {
|
|
|
|
|