Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGFitToViewBox.h
index 94d5504..036b05b 100644 (file)
@@ -33,7 +33,7 @@
 #include "core/svg/SVGRect.h"
 #include "wtf/HashSet.h"
 
-namespace WebCore {
+namespace blink {
 
 class AffineTransform;
 class Document;
@@ -88,6 +88,6 @@ private:
     RefPtr<SVGAnimatedPreserveAspectRatio> m_preserveAspectRatio;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGFitToViewBox_h