| Index: third_party/WebKit/Source/core/streams/ReadableStreamReaderTest.cpp
|
| diff --git a/third_party/WebKit/Source/core/streams/ReadableStreamReaderTest.cpp b/third_party/WebKit/Source/core/streams/ReadableStreamReaderTest.cpp
|
| index 9004c71ab36f9a066c501ea2f5ae269613391ff1..af7b78e45ba2217e897f33c84ba2a342667b1290 100644
|
| --- a/third_party/WebKit/Source/core/streams/ReadableStreamReaderTest.cpp
|
| +++ b/third_party/WebKit/Source/core/streams/ReadableStreamReaderTest.cpp
|
| @@ -16,7 +16,6 @@
|
| #include "core/streams/UnderlyingSource.h"
|
| #include "core/testing/DummyPageHolder.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include <memory>
|
|
|
| namespace blink {
|
|
|
| @@ -151,7 +150,7 @@ public:
|
| return ReadResultCapturingFunction::createFunction(getScriptState(), value);
|
| }
|
|
|
| - std::unique_ptr<DummyPageHolder> m_page;
|
| + OwnPtr<DummyPageHolder> m_page;
|
| Persistent<StringStream> m_stream;
|
| };
|
|
|
|
|