Index: third_party/WebKit/Source/core/streams/ReadableStreamTest.cpp |
diff --git a/third_party/WebKit/Source/core/streams/ReadableStreamTest.cpp b/third_party/WebKit/Source/core/streams/ReadableStreamTest.cpp |
index 8ee42c8392f5c761fb0d6482a7e9dd60b3ac25ae..dc0a0d701cf8c8c7cbb2e6c0496eb3b1059168e7 100644 |
--- a/third_party/WebKit/Source/core/streams/ReadableStreamTest.cpp |
+++ b/third_party/WebKit/Source/core/streams/ReadableStreamTest.cpp |
@@ -19,6 +19,7 @@ |
#include "testing/gmock/include/gmock/gmock-more-actions.h" |
#include "testing/gmock/include/gmock/gmock.h" |
#include "testing/gtest/include/gtest/gtest.h" |
+#include <memory> |
namespace blink { |
@@ -153,7 +154,7 @@ public: |
return stream; |
} |
- OwnPtr<DummyPageHolder> m_page; |
+ std::unique_ptr<DummyPageHolder> m_page; |
Persistent<MockUnderlyingSource> m_underlyingSource; |
}; |