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