| Index: cc/CCAnimationEvents.h
|
| diff --git a/cc/CCAnimationEvents.h b/cc/CCAnimationEvents.h
|
| index b1f5d2a1e6273323013e6958a5166554aa5737fd..0771f427ee8e13c5cde4a91864d07f785fafe222 100644
|
| --- a/cc/CCAnimationEvents.h
|
| +++ b/cc/CCAnimationEvents.h
|
| @@ -10,7 +10,7 @@
|
| #include <wtf/PassOwnPtr.h>
|
| #include <wtf/Vector.h>
|
|
|
| -namespace WebCore {
|
| +namespace cc {
|
|
|
| struct CCAnimationEvent {
|
| enum Type { Started, Finished };
|
| @@ -33,6 +33,6 @@ struct CCAnimationEvent {
|
|
|
| typedef Vector<CCAnimationEvent> CCAnimationEventsVector;
|
|
|
| -} // namespace WebCore
|
| +} // namespace cc
|
|
|
| #endif // CCAnimationEvents_h
|
|
|