| Index: Source/core/svg/graphics/SVGImageCache.h
|
| diff --git a/Source/core/svg/graphics/SVGImageCache.h b/Source/core/svg/graphics/SVGImageCache.h
|
| index b2aef4ce377590dde3832e8a61a7ecbf612298ef..677444ebc78ceb56ec71ac7047442774c6893aeb 100644
|
| --- a/Source/core/svg/graphics/SVGImageCache.h
|
| +++ b/Source/core/svg/graphics/SVGImageCache.h
|
| @@ -20,9 +20,9 @@
|
| #ifndef SVGImageCache_h
|
| #define SVGImageCache_h
|
|
|
| -#include "core/platform/graphics/FloatSize.h"
|
| #include "core/platform/graphics/Image.h"
|
| -#include "core/platform/graphics/IntSize.h"
|
| +#include "platform/geometry/FloatSize.h"
|
| +#include "platform/geometry/IntSize.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/PassOwnPtr.h"
|
| #include "wtf/RefPtr.h"
|
|
|