| Index: public/platform/WebAnimationDelegate.h
|
| diff --git a/public/platform/WebAnimationDelegate.h b/public/platform/WebAnimationDelegate.h
|
| index f77c1ccc8e027d3b1d2c1d2d0a907d7983bf2819..6615c7a4e34f019ce1f28d9ba864a8da474e9bdc 100644
|
| --- a/public/platform/WebAnimationDelegate.h
|
| +++ b/public/platform/WebAnimationDelegate.h
|
| @@ -25,7 +25,7 @@
|
| #ifndef WebAnimationDelegate_h
|
| #define WebAnimationDelegate_h
|
|
|
| -namespace WebKit {
|
| +namespace blink {
|
|
|
| class WebAnimationDelegate {
|
| public:
|
| @@ -33,6 +33,6 @@ public:
|
| virtual void notifyAnimationFinished(double time) = 0;
|
| };
|
|
|
| -} // namespace WebKit
|
| +} // namespace blink
|
|
|
| #endif // WebAnimationDelegate_h
|
|
|