Index: Source/platform/transforms/TransformOperation.h |
diff --git a/Source/platform/transforms/TransformOperation.h b/Source/platform/transforms/TransformOperation.h |
index 49125dc378675f3d827f55175f1fecb2b82c2ebc..e21326e7107ac286fb88c8f9d77d8bc428608657 100644 |
--- a/Source/platform/transforms/TransformOperation.h |
+++ b/Source/platform/transforms/TransformOperation.h |
@@ -30,7 +30,7 @@ |
#include "wtf/PassRefPtr.h" |
#include "wtf/RefCounted.h" |
-namespace WebCore { |
+namespace blink { |
// CSS Transforms (may become part of CSS3) |
@@ -85,6 +85,6 @@ public: |
virtual bool dependsOnBoxSize() const { return false; } |
}; |
-} // namespace WebCore |
+} // namespace blink |
#endif // TransformOperation_h |