| Index: third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp b/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| index 7e39d16180c48cf9d8c0281e2c699ff4da535cc1..e3912b3e15d5797f4a05f6285efa844a23de4015 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationTimelineTest.cpp
|
| @@ -42,6 +42,7 @@
|
| #include "platform/weborigin/KURL.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -87,7 +88,7 @@ protected:
|
| timeline->scheduleNextService();
|
| }
|
|
|
| - OwnPtr<DummyPageHolder> pageHolder;
|
| + std::unique_ptr<DummyPageHolder> pageHolder;
|
| Persistent<Document> document;
|
| Persistent<Element> element;
|
| Persistent<AnimationTimeline> timeline;
|
|
|