| Index: Source/core/css/CSSImageSetValue.cpp
|
| diff --git a/Source/core/css/CSSImageSetValue.cpp b/Source/core/css/CSSImageSetValue.cpp
|
| index 0f6d6e1a51521fc35e91888b5ad058ac77397e2b..2026b2a74d8c7ab82aa576ea10b3e2f8b6666bc8 100644
|
| --- a/Source/core/css/CSSImageSetValue.cpp
|
| +++ b/Source/core/css/CSSImageSetValue.cpp
|
| @@ -34,8 +34,8 @@
|
| #include "core/fetch/ImageResource.h"
|
| #include "core/fetch/ResourceFetcher.h"
|
| #include "core/fetch/ResourceLoaderOptions.h"
|
| -#include "core/layout/style/StyleFetchedImageSet.h"
|
| -#include "core/layout/style/StylePendingImage.h"
|
| +#include "core/style/StyleFetchedImageSet.h"
|
| +#include "core/style/StylePendingImage.h"
|
| #include "platform/weborigin/KURL.h"
|
| #include "platform/weborigin/SecurityPolicy.h"
|
| #include "wtf/text/StringBuilder.h"
|
|
|