| Index: cc/CCActiveAnimation.h
|
| diff --git a/cc/CCActiveAnimation.h b/cc/CCActiveAnimation.h
|
| index 66c2d6d2156e7d52c399282887bfd7f1ac7bab5c..a7d4310535930468be5858fde73c837d2eeaaf13 100644
|
| --- a/cc/CCActiveAnimation.h
|
| +++ b/cc/CCActiveAnimation.h
|
| @@ -9,7 +9,7 @@
|
| #include <wtf/OwnPtr.h>
|
| #include <wtf/PassOwnPtr.h>
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| class CCAnimationCurve;
|
|
|
| @@ -156,6 +156,6 @@ private:
|
| bool m_isControllingInstance;
|
| };
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // CCActiveAnimation_h
|
|
|