| Index: third_party/WebKit/Source/core/events/EventPathTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/events/EventPathTest.cpp b/third_party/WebKit/Source/core/events/EventPathTest.cpp
|
| index 4351aabc62cefba30bc4d7e10bb5e9abfbd083cd..ad8654a989dc44cbaa68ab495176b0ea45b851c0 100644
|
| --- a/third_party/WebKit/Source/core/events/EventPathTest.cpp
|
| +++ b/third_party/WebKit/Source/core/events/EventPathTest.cpp
|
| @@ -10,6 +10,7 @@
|
| #include "core/style/ComputedStyleConstants.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -20,7 +21,7 @@ protected:
|
| private:
|
| void SetUp() override;
|
|
|
| - OwnPtr<DummyPageHolder> m_dummyPageHolder;
|
| + std::unique_ptr<DummyPageHolder> m_dummyPageHolder;
|
| };
|
|
|
| void EventPathTest::SetUp()
|
|
|