Index: Source/platform/transforms/TransformationMatrix.h |
diff --git a/Source/platform/transforms/TransformationMatrix.h b/Source/platform/transforms/TransformationMatrix.h |
index 654df9f52951907b0b42b696c4a1e49710eb8863..c8ee1d19b7db32d78bf406b566c0c6e7713d2701 100644 |
--- a/Source/platform/transforms/TransformationMatrix.h |
+++ b/Source/platform/transforms/TransformationMatrix.h |
@@ -34,7 +34,7 @@ |
#include "wtf/CPU.h" |
#include "wtf/FastAllocBase.h" |
-namespace WebCore { |
+namespace blink { |
class AffineTransform; |
class IntRect; |
@@ -361,6 +361,6 @@ private: |
Matrix4 m_matrix; |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // TransformationMatrix_h |