Index: third_party/WebKit/Source/core/css/AffectedByFocusTest.cpp |
diff --git a/third_party/WebKit/Source/core/css/AffectedByFocusTest.cpp b/third_party/WebKit/Source/core/css/AffectedByFocusTest.cpp |
index ed3fa292c5f7c54b49a51e85a989a302a0a217c8..635465b74c24fb2ae91092349554ef803e325314 100644 |
--- a/third_party/WebKit/Source/core/css/AffectedByFocusTest.cpp |
+++ b/third_party/WebKit/Source/core/css/AffectedByFocusTest.cpp |
@@ -12,7 +12,6 @@ |
#include "core/html/HTMLElement.h" |
#include "core/testing/DummyPageHolder.h" |
#include "testing/gtest/include/gtest/gtest.h" |
-#include <memory> |
namespace blink { |
@@ -35,7 +34,7 @@ protected: |
void checkElements(ElementResult expected[], unsigned expectedCount) const; |
private: |
- std::unique_ptr<DummyPageHolder> m_dummyPageHolder; |
+ OwnPtr<DummyPageHolder> m_dummyPageHolder; |
Persistent<HTMLDocument> m_document; |
}; |