Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / svg / RenderSVGTextPath.cpp
index 58dbaca..0770a4c 100644 (file)
 
 #include "core/rendering/svg/RenderSVGTextPath.h"
 
-#include "SVGNames.h"
 #include "core/rendering/svg/SVGPathData.h"
 #include "core/rendering/svg/SVGRenderSupport.h"
 #include "core/svg/SVGPathElement.h"
 #include "core/svg/SVGTextPathElement.h"
 
-namespace WebCore {
+namespace blink {
 
 RenderSVGTextPath::RenderSVGTextPath(Element* element)
     : RenderSVGInline(element)