Index: third_party/WebKit/Source/core/input/EventHandlerTest.cpp |
diff --git a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp |
index 04525008927acbef0c49ca79d1e89944347b36bf..5fa99f75f472edc67c4ab8224ef3775038a29c33 100644 |
--- a/third_party/WebKit/Source/core/input/EventHandlerTest.cpp |
+++ b/third_party/WebKit/Source/core/input/EventHandlerTest.cpp |
@@ -16,6 +16,7 @@ |
#include "core/testing/DummyPageHolder.h" |
#include "platform/PlatformMouseEvent.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include <memory> |
namespace blink { |
@@ -29,7 +30,7 @@ protected: |
void setHtmlInnerHTML(const char* htmlContent); |
private: |
- OwnPtr<DummyPageHolder> m_dummyPageHolder; |
+ std::unique_ptr<DummyPageHolder> m_dummyPageHolder; |
}; |
class TapEventBuilder : public PlatformGestureEvent { |