| Index: third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| index ef7b9bf7a067c7e6b7f2b27421b9c5825e357a6d..e272e35b9c0b2842a4c4afcdfce7d2ee0c1a691e 100644
|
| --- a/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/AnimationInputHelpersTest.cpp
|
| @@ -9,7 +9,6 @@
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "platform/animation/TimingFunction.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -53,7 +52,7 @@ protected:
|
| ThreadHeap::collectAllGarbage();
|
| }
|
|
|
| - std::unique_ptr<DummyPageHolder> pageHolder;
|
| + OwnPtr<DummyPageHolder> pageHolder;
|
| Persistent<Document> document;
|
| TrackExceptionState exceptionState;
|
| };
|
|
|