Index: Source/core/svg/SVGSwitchElement.cpp |
diff --git a/Source/core/svg/SVGSwitchElement.cpp b/Source/core/svg/SVGSwitchElement.cpp |
index 6c561f7d95f60a72b69cf1625c786d87214cab3e..daa68efcb6e032d262cd8fd78cb3b3b497fb2353 100644 |
--- a/Source/core/svg/SVGSwitchElement.cpp |
+++ b/Source/core/svg/SVGSwitchElement.cpp |
@@ -24,7 +24,7 @@ |
#include "core/SVGNames.h" |
#include "core/frame/UseCounter.h" |
-#include "core/rendering/svg/RenderSVGTransformableContainer.h" |
+#include "core/layout/svg/LayoutSVGTransformableContainer.h" |
namespace blink { |
@@ -38,7 +38,7 @@ DEFINE_NODE_FACTORY(SVGSwitchElement) |
LayoutObject* SVGSwitchElement::createRenderer(const LayoutStyle&) |
{ |
- return new RenderSVGTransformableContainer(this); |
+ return new LayoutSVGTransformableContainer(this); |
} |
} // namespace blink |