Index: third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp |
diff --git a/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp b/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp |
index a83869148d46a6c8358c22cf70e3f2baf51549b8..22b80ad5ec2d145cd33ec7979880a9a674538b6b 100644 |
--- a/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp |
+++ b/third_party/WebKit/Source/core/dom/custom/CustomElementUpgradeSorterTest.cpp |
@@ -14,8 +14,8 @@ |
#include "core/testing/DummyPageHolder.h" |
#include "platform/heap/Handle.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include "wtf/OwnPtr.h" |
#include "wtf/text/AtomicString.h" |
-#include <memory> |
namespace blink { |
@@ -56,7 +56,7 @@ protected: |
} |
private: |
- std::unique_ptr<DummyPageHolder> m_page; |
+ OwnPtr<DummyPageHolder> m_page; |
}; |
TEST_F(CustomElementUpgradeSorterTest, inOtherDocument_notInSet) |