| Index: Source/platform/transforms/TranslateTransformOperation.h
|
| diff --git a/Source/platform/transforms/TranslateTransformOperation.h b/Source/platform/transforms/TranslateTransformOperation.h
|
| index 3d7ff894630f60ab2a5f891527327ec08336c810..1d3263810fa26918c293cb56a2f31cf77ca58e92 100644
|
| --- a/Source/platform/transforms/TranslateTransformOperation.h
|
| +++ b/Source/platform/transforms/TranslateTransformOperation.h
|
| @@ -29,7 +29,7 @@
|
| #include "platform/LengthFunctions.h"
|
| #include "platform/transforms/TransformOperation.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT TranslateTransformOperation : public TransformOperation {
|
| public:
|
| @@ -92,6 +92,6 @@ private:
|
| OperationType m_type;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // TranslateTransformOperation_h
|
|
|