| Index: third_party/WebKit/Source/core/dom/NthIndexCacheTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/dom/NthIndexCacheTest.cpp b/third_party/WebKit/Source/core/dom/NthIndexCacheTest.cpp
|
| index 3a0b7500f50f9653527753d84ff1db7027b3397c..fe24da84b7fa65ef9f6fdc7119c71c63479ba957 100644
|
| --- a/third_party/WebKit/Source/core/dom/NthIndexCacheTest.cpp
|
| +++ b/third_party/WebKit/Source/core/dom/NthIndexCacheTest.cpp
|
| @@ -8,7 +8,6 @@
|
| #include "core/html/HTMLElement.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -20,7 +19,7 @@ protected:
|
| void setHtmlInnerHTML(const char* htmlContent);
|
|
|
| private:
|
| - std::unique_ptr<DummyPageHolder> m_dummyPageHolder;
|
| + OwnPtr<DummyPageHolder> m_dummyPageHolder;
|
| };
|
|
|
| void NthIndexCacheTest::SetUp()
|
|
|