| Index: Source/core/rendering/style/StyleCachedImageSet.h
|
| diff --git a/Source/core/rendering/style/StyleCachedImageSet.h b/Source/core/rendering/style/StyleCachedImageSet.h
|
| index cde1bd7eec8ba63b8829bde748194e0ccb6d472f..a09a5e7f6d54f3b88f342502d172a2b0c04bd44d 100644
|
| --- a/Source/core/rendering/style/StyleCachedImageSet.h
|
| +++ b/Source/core/rendering/style/StyleCachedImageSet.h
|
| @@ -28,8 +28,8 @@
|
|
|
| #if ENABLE(CSS_IMAGE_SET)
|
|
|
| -#include "CachedImageClient.h"
|
| -#include "CachedResourceHandle.h"
|
| +#include "core/loader/cache/CachedImageClient.h"
|
| +#include "core/loader/cache/CachedResourceHandle.h"
|
| #include "core/platform/graphics/LayoutSize.h"
|
| #include "core/rendering/style/StyleImage.h"
|
|
|
|
|