| Index: third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp b/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp
|
| index 7c592156c7f884b1b9c1bb06a8bf3a305523f623..2d89fbf9dffe079519c822fff07a4176a21afa4d 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/BytesConsumerForDataConsumerHandleTest.cpp
|
| @@ -19,6 +19,7 @@ using Command = DataConsumerHandleTestUtil::Command;
|
| using Checkpoint = ::testing::StrictMock<::testing::MockFunction<void(int)>>;
|
| using ReplayingHandle = DataConsumerHandleTestUtil::ReplayingHandle;
|
| using Result = BytesConsumer::Result;
|
| +using ::testing::ByMove;
|
| using ::testing::InSequence;
|
| using ::testing::Return;
|
|
|
|
|