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