Index: third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp |
diff --git a/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp b/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp |
index f24144eaf158313da3e4cf038faaa687493c2caf..8f8622b89f92b11cc400305c705718b676a06418 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp |
+++ b/third_party/WebKit/Source/core/html/HTMLSelectElementTest.cpp |
@@ -11,7 +11,6 @@ |
#include "core/loader/EmptyClients.h" |
#include "core/testing/DummyPageHolder.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |
@@ -21,7 +20,7 @@ protected: |
HTMLDocument& document() const { return *m_document; } |
private: |
- std::unique_ptr<DummyPageHolder> m_dummyPageHolder; |
+ OwnPtr<DummyPageHolder> m_dummyPageHolder; |
Persistent<HTMLDocument> m_document; |
}; |