| Index: Source/core/svg/SVGFontFaceUriElement.h
|
| diff --git a/Source/core/svg/SVGFontFaceUriElement.h b/Source/core/svg/SVGFontFaceUriElement.h
|
| index 2c7b512d164738271388a7c13220ce55c0b5bed4..e46f4cd4a23bce37758253f41658951555654c0b 100644
|
| --- a/Source/core/svg/SVGFontFaceUriElement.h
|
| +++ b/Source/core/svg/SVGFontFaceUriElement.h
|
| @@ -21,9 +21,9 @@
|
| #define SVGFontFaceUriElement_h
|
|
|
| #if ENABLE(SVG_FONTS)
|
| -#include "CachedFont.h"
|
| -#include "CachedResourceHandle.h"
|
| #include "SVGElement.h"
|
| +#include "core/loader/cache/CachedFont.h"
|
| +#include "core/loader/cache/CachedResourceHandle.h"
|
|
|
| namespace WebCore {
|
|
|
|
|