| Index: public/platform/WebAnimation.h
|
| diff --git a/public/platform/WebAnimation.h b/public/platform/WebAnimation.h
|
| index 042d156203fbc6f8ce6e4a3b4e1fec57c3d2a2d9..e955390903c0151950a0c36551c12207b98c0b46 100644
|
| --- a/public/platform/WebAnimation.h
|
| +++ b/public/platform/WebAnimation.h
|
| @@ -37,7 +37,7 @@ namespace WebCore {
|
| class CCActiveAnimation;
|
| }
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebAnimationCurve;
|
|
|
| @@ -74,6 +74,6 @@ public:
|
| virtual void setAlternatesDirection(bool) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebAnimation_h
|
|
|