| Index: Source/platform/animation/TimingFunction.h
|
| diff --git a/Source/platform/animation/TimingFunction.h b/Source/platform/animation/TimingFunction.h
|
| index 41c9ef90103a70f1cd3fdabdc44b4fd4125a967d..6edb81dde9cf06604723d0e359642c95a62fbaad 100644
|
| --- a/Source/platform/animation/TimingFunction.h
|
| +++ b/Source/platform/animation/TimingFunction.h
|
| @@ -37,7 +37,7 @@
|
| #include "wtf/text/WTFString.h"
|
| #include <algorithm>
|
|
|
| -namespace WebCore {
|
| +namespace blink {
|
|
|
| class PLATFORM_EXPORT TimingFunction : public RefCounted<TimingFunction> {
|
| public:
|
| @@ -257,6 +257,6 @@ DEFINE_TIMING_FUNCTION_TYPE_CASTS(Linear);
|
| DEFINE_TIMING_FUNCTION_TYPE_CASTS(CubicBezier);
|
| DEFINE_TIMING_FUNCTION_TYPE_CASTS(Steps);
|
|
|
| -} // namespace WebCore
|
| +} // namespace blink
|
|
|
| #endif // TimingFunction_h
|
|
|