Upstream version 9.38.198.0
[platform/framework/web/crosswalk.git] / src / third_party / WebKit / Source / core / animation / AnimationHelpersTest.cpp
index df3727f..f59fb48 100644 (file)
@@ -7,7 +7,7 @@
 
 #include <gtest/gtest.h>
 
-namespace WebCore {
+namespace blink {
 
 TEST(AnimationAnimationHelpersTest, ParseCamelCasePropertyNames)
 {
@@ -21,4 +21,4 @@ TEST(AnimationAnimationHelpersTest, ParseCamelCasePropertyNames)
     EXPECT_EQ(CSSPropertyInvalid, camelCaseCSSPropertyNameToID(String("cssFloat")));
 }
 
-} // namespace WebCore
+} // namespace blink