Index: Source/platform/animation/AnimationValue.h |
diff --git a/Source/platform/animation/AnimationValue.h b/Source/platform/animation/AnimationValue.h |
index a50442b7ec7b7e836b78d886ec0b9ae1076e3a8a..016c93eb32462cae650afe0744f091f43ff91091 100644 |
--- a/Source/platform/animation/AnimationValue.h |
+++ b/Source/platform/animation/AnimationValue.h |
@@ -34,7 +34,7 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefPtr.h" |
-namespace WebCore { |
+namespace blink { |
// Base class for animation values (also used for transitions). Here to |
// represent values for properties being animated via the GraphicsLayer, |
@@ -109,6 +109,6 @@ private: |
FilterOperations m_value; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // AnimationValue_h |