Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / svg / SVGAnimatedInteger.h
index 6a16d4b..8f7c7fb 100644 (file)
@@ -34,7 +34,7 @@
 #include "core/svg/SVGInteger.h"
 #include "core/svg/properties/SVGAnimatedProperty.h"
 
-namespace WebCore {
+namespace blink {
 
 class SVGAnimatedIntegerOptionalInteger;
 
@@ -64,6 +64,6 @@ protected:
     SVGAnimatedIntegerOptionalInteger* m_parentIntegerOptionalInteger;
 };
 
-} // namespace WebCore
+} // namespace blink
 
 #endif // SVGAnimatedInteger_h