| Index: Source/core/loader/ImageLoader.h
|
| diff --git a/Source/core/loader/ImageLoader.h b/Source/core/loader/ImageLoader.h
|
| index d691c81ce761771ba1c8788fea4ef812a89240d2..fab6000c9d17d9d7153d4706df08ec5277c7671f 100644
|
| --- a/Source/core/loader/ImageLoader.h
|
| +++ b/Source/core/loader/ImageLoader.h
|
| @@ -23,9 +23,9 @@
|
| #ifndef ImageLoader_h
|
| #define ImageLoader_h
|
|
|
| -#include "CachedImage.h"
|
| -#include "CachedImageClient.h"
|
| -#include "CachedResourceHandle.h"
|
| +#include "core/loader/cache/CachedImage.h"
|
| +#include "core/loader/cache/CachedImageClient.h"
|
| +#include "core/loader/cache/CachedResourceHandle.h"
|
| #include <wtf/text/AtomicString.h>
|
|
|
| namespace WebCore {
|
|
|