| Index: third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| diff --git a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| index f2227688598bbec2292fffeaa88b19990f65f44a..755bc90b05b9ac6efc3577f737729aa71a991430 100644
|
| --- a/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| +++ b/third_party/WebKit/Source/bindings/core/v8/ScriptStreamerTest.cpp
|
| @@ -18,7 +18,6 @@
|
| #include "public/platform/Platform.h"
|
| #include "public/platform/WebScheduler.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include <memory>
|
| #include <v8.h>
|
|
|
| namespace blink {
|
| @@ -85,7 +84,7 @@ protected:
|
| }
|
|
|
| WebTaskRunner* m_loadingTaskRunner; // NOT OWNED
|
| - std::unique_ptr<Settings> m_settings;
|
| + OwnPtr<Settings> m_settings;
|
| // The Resource and PendingScript where we stream from. These don't really
|
| // fetch any data outside the test; the test controls the data by calling
|
| // ScriptResource::appendData.
|
|
|