Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGPathStringSource.h
index bc85f4f..fe4fd7b 100644 (file)
@@ -25,7 +25,7 @@
 #include "wtf/PassOwnPtr.h"
 #include "wtf/text/WTFString.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGPathStringSource FINAL : public SVGPathSource {
 public:
@@ -65,6 +65,6 @@ private:
     } m_end;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGPathStringSource_h