| Index: Source/platform/transforms/TransformOperations.h
|
| diff --git a/Source/platform/transforms/TransformOperations.h b/Source/platform/transforms/TransformOperations.h
|
| index 9e564f978d68bac36c0306361bbe54155fd56b25..09008a06da570cb590794b3974e403da075f6a71 100644
|
| --- a/Source/platform/transforms/TransformOperations.h
|
| +++ b/Source/platform/transforms/TransformOperations.h
|
| @@ -30,7 +30,7 @@
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/Vector.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
| class FloatBox;
|
| class PLATFORM_EXPORT TransformOperations {
|
| WTF_MAKE_FAST_ALLOCATED;
|
| @@ -91,6 +91,6 @@ private:
|
| Vector<RefPtr<TransformOperation> > m_operations;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // TransformOperations_h
|
|
|