Index: public/platform/WebTransformOperations.h |
diff --git a/public/platform/WebTransformOperations.h b/public/platform/WebTransformOperations.h |
index d9a5ebb03260298988d415618b04b89034bce423..a433f669fc31b0e9571eef4798c9500d054e4270 100644 |
--- a/public/platform/WebTransformOperations.h |
+++ b/public/platform/WebTransformOperations.h |
@@ -29,7 +29,7 @@ class SkMatrix44; |
#define WEB_TRANSFORM_OPERATIONS_IS_VIRTUAL 1 |
-namespace WebKit { |
+namespace blink { |
class WebTransformOperations { |
public: |
@@ -51,7 +51,7 @@ public: |
virtual bool isIdentity() const = 0; |
}; |
-} // namespace WebKit |
+} // namespace blink |
#endif // WebTransformOperations_h |