Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / svg / SVGTextMetricsBuilder.h
index bf0c5c7..074c638 100644 (file)
@@ -22,7 +22,7 @@
 
 #include "core/rendering/svg/SVGTextLayoutAttributes.h"
 
-namespace WebCore {
+namespace blink {
 
 class RenderSVGInlineText;
 class RenderSVGText;
@@ -34,6 +34,6 @@ void buildMetricsAndLayoutAttributes(RenderSVGText*, RenderSVGInlineText* stopAt
 
 } // namespace SVGTextMetricsBuilder
 
-} // namespace WebCore
+} // namespace blink
 
 #endif