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