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