| Index: third_party/WebKit/Source/modules/fetch/BytesConsumerTestUtil.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BytesConsumerTestUtil.h b/third_party/WebKit/Source/modules/fetch/BytesConsumerTestUtil.h
|
| index c70a84bdee007479f6151cc939e3bf76baa0ce70..4c5d0cf70a63a6dda8a82f9d2fba6ea4cd7f75e1 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BytesConsumerTestUtil.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/BytesConsumerTestUtil.h
|
| @@ -69,7 +69,7 @@ class BytesConsumerTestUtil {
|
| // In mock methods we use RefPtr<> rather than PassRefPtr<>.
|
| void DidFetchDataLoadedBlobHandle(
|
| PassRefPtr<BlobDataHandle> blob_data_handle) override {
|
| - DidFetchDataLoadedBlobHandleMock(blob_data_handle);
|
| + DidFetchDataLoadedBlobHandleMock(std::move(blob_data_handle));
|
| }
|
| };
|
|
|
|
|