Index: third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp |
diff --git a/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp b/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp |
index a48b89b2e02bac5222ce08bc5ea228367f3f11d7..b4bd8b077af638d0bda714ac5f59c67ef751675e 100644 |
--- a/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp |
+++ b/third_party/WebKit/Source/web/ExternalPopupMenuTest.cpp |
@@ -23,7 +23,6 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
#include "web/WebLocalFrameImpl.h" |
#include "web/tests/FrameTestHelpers.h" |
-#include <memory> |
namespace blink { |
@@ -43,7 +42,7 @@ protected: |
m_dummyPageHolder->document().updateStyleAndLayoutIgnorePendingStylesheets(); |
} |
- std::unique_ptr<DummyPageHolder> m_dummyPageHolder; |
+ OwnPtr<DummyPageHolder> m_dummyPageHolder; |
Persistent<HTMLSelectElement> m_ownerElement; |
}; |