| Index: Source/core/svg/SVGSwitchElement.cpp
|
| diff --git a/Source/core/svg/SVGSwitchElement.cpp b/Source/core/svg/SVGSwitchElement.cpp
|
| index 31e5cdab9fe772cb32b682c82495c4cbce67f3c8..84093fba33f34d4e626a758da5b517a063c92d5f 100644
|
| --- a/Source/core/svg/SVGSwitchElement.cpp
|
| +++ b/Source/core/svg/SVGSwitchElement.cpp
|
| @@ -24,8 +24,8 @@
|
| #include "SVGSwitchElement.h"
|
|
|
| #include "NodeRenderingContext.h"
|
| -#include "RenderSVGTransformableContainer.h"
|
| #include "SVGNames.h"
|
| +#include "core/rendering/svg/RenderSVGTransformableContainer.h"
|
|
|
| namespace WebCore {
|
|
|
|
|