| Index: Source/platform/transforms/RotateTransformOperation.h
|
| diff --git a/Source/platform/transforms/RotateTransformOperation.h b/Source/platform/transforms/RotateTransformOperation.h
|
| index 661d4b43151a48b96ba43cf6fd9169c2fc3c68f4..19caa752c28ee078c15d9a3b7e1ce8a0b4fd0ccb 100644
|
| --- a/Source/platform/transforms/RotateTransformOperation.h
|
| +++ b/Source/platform/transforms/RotateTransformOperation.h
|
| @@ -27,7 +27,7 @@
|
|
|
| #include "platform/transforms/TransformOperation.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT RotateTransformOperation : public TransformOperation {
|
| public:
|
| @@ -87,6 +87,6 @@ private:
|
| OperationType m_type;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // RotateTransformOperation_h
|
|
|