Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / rendering / shapes / ShapeInterval.h
index 47c2017..e6ce2da 100644 (file)
@@ -32,7 +32,7 @@
 
 #include "wtf/Vector.h"
 
-namespace WebCore {
+namespace blink {
 
 template <typename T>
 class ShapeInterval {
@@ -105,6 +105,6 @@ typedef ShapeInterval<float> FloatShapeInterval;
 typedef Vector<IntShapeInterval> IntShapeIntervals;
 typedef Vector<FloatShapeInterval> FloatShapeIntervals;
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // ShapeInterval_h