| Index: third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
| index e7c867b783b60584965cfd0972f3d94a9daf83e0..d484f78ab1bbda83eb52c7ef51333127222dc177 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchBlobDataConsumerHandle.h
|
| @@ -25,7 +25,7 @@
|
| public:
|
| class MODULES_EXPORT LoaderFactory : public GarbageCollectedFinalized<LoaderFactory> {
|
| public:
|
| - virtual ThreadableLoader* create(ExecutionContext&, ThreadableLoaderClient*, const ThreadableLoaderOptions&, const ResourceLoaderOptions&) = 0;
|
| + virtual std::unique_ptr<ThreadableLoader> create(ExecutionContext&, ThreadableLoaderClient*, const ThreadableLoaderOptions&, const ResourceLoaderOptions&) = 0;
|
| virtual ~LoaderFactory() { }
|
| DEFINE_INLINE_VIRTUAL_TRACE() { }
|
| };
|
|
|