| 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 dc0a0d701cf8c8c7cbb2e6c0496eb3b1059168e7..8ee42c8392f5c761fb0d6482a7e9dd60b3ac25ae 100644
|
| --- a/third_party/WebKit/Source/core/streams/ReadableStreamTest.cpp
|
| +++ b/third_party/WebKit/Source/core/streams/ReadableStreamTest.cpp
|
| @@ -19,7 +19,6 @@
|
| #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 {
|
|
|
| @@ -154,7 +153,7 @@ public:
|
| return stream;
|
| }
|
|
|
| - std::unique_ptr<DummyPageHolder> m_page;
|
| + OwnPtr<DummyPageHolder> m_page;
|
| Persistent<MockUnderlyingSource> m_underlyingSource;
|
| };
|
|
|
|
|