| Index: cc/animation/animation_timeline.h
|
| diff --git a/cc/animation/animation_timeline.h b/cc/animation/animation_timeline.h
|
| index ca618ca36d726be76cbfa8889f1b4f63fb257251..48dd05942d6a7a4bd12dab71a3488957750b351b 100644
|
| --- a/cc/animation/animation_timeline.h
|
| +++ b/cc/animation/animation_timeline.h
|
| @@ -5,11 +5,11 @@
|
| #ifndef CC_ANIMATION_ANIMATION_TIMELINE_H_
|
| #define CC_ANIMATION_ANIMATION_TIMELINE_H_
|
|
|
| +#include <memory>
|
| #include <unordered_map>
|
|
|
| #include "base/macros.h"
|
| #include "base/memory/ref_counted.h"
|
| -#include "base/memory/scoped_ptr.h"
|
| #include "cc/base/cc_export.h"
|
|
|
| namespace cc {
|
|
|