| Index: Source/core/svg/SVGTests.h
|
| diff --git a/Source/core/svg/SVGTests.h b/Source/core/svg/SVGTests.h
|
| index 598b643a40eafd648cf7169cb0916c6d61eb1d81..7b726bc1e88bf1fd6b6498208dfd061cd5bc0a19 100644
|
| --- a/Source/core/svg/SVGTests.h
|
| +++ b/Source/core/svg/SVGTests.h
|
| @@ -22,9 +22,9 @@
|
| #define SVGTests_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "SVGAnimatedProperty.h"
|
| -#include "SVGAnimatedPropertyMacros.h"
|
| #include "SVGStringList.h"
|
| +#include "core/svg/properties/SVGAnimatedProperty.h"
|
| +#include "core/svg/properties/SVGAnimatedPropertyMacros.h"
|
|
|
| namespace WebCore {
|
|
|
|
|