| Index: Source/platform/geometry/TransformState.h
|
| diff --git a/Source/platform/geometry/TransformState.h b/Source/platform/geometry/TransformState.h
|
| index 6366a3f8f2534e1bc19f57be3f5674d54160ba1e..ce27f1ab18ca9634a56efcf1f228d27fa640ece5 100644
|
| --- a/Source/platform/geometry/TransformState.h
|
| +++ b/Source/platform/geometry/TransformState.h
|
| @@ -34,7 +34,7 @@
|
| #include "platform/transforms/TransformationMatrix.h"
|
| #include "wtf/OwnPtr.h"
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT TransformState {
|
| public:
|
| @@ -117,6 +117,6 @@ private:
|
| TransformDirection m_direction;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // TransformState_h
|
|
|