| Index: third_party/WebKit/Source/modules/fetch/CompositeDataConsumerHandleTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/CompositeDataConsumerHandleTest.cpp b/third_party/WebKit/Source/modules/fetch/CompositeDataConsumerHandleTest.cpp
|
| index f07d4703c8f89bebec563addd8288004561f1c3a..c2b6331b0c2d58900a7809590858d6ed02259b8f 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/CompositeDataConsumerHandleTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/CompositeDataConsumerHandleTest.cpp
|
| @@ -5,7 +5,6 @@
|
| #include "modules/fetch/CompositeDataConsumerHandle.h"
|
|
|
| #include "modules/fetch/DataConsumerHandleTestUtil.h"
|
| -#include "platform/CrossThreadFunctional.h"
|
| #include "platform/WaitableEvent.h"
|
| #include "platform/heap/Handle.h"
|
| #include "public/platform/Platform.h"
|
| @@ -13,6 +12,7 @@
|
| #include "public/platform/WebTraceLocation.h"
|
| #include "testing/gmock/include/gmock/gmock.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| +#include "wtf/Functional.h"
|
| #include "wtf/Locker.h"
|
| #include "wtf/PtrUtil.h"
|
| #include <memory>
|
|
|