| Index: third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
|
| index b641cedb81f62461eeb1f997904da3d93647c2c8..d0b9f6d6c1ea252d7f03c46194c7e9735c84b35b 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/DataConsumerHandleTestUtil.h
|
| @@ -11,7 +11,6 @@
|
| #include "modules/fetch/DataConsumerHandleUtil.h"
|
| #include "modules/fetch/FetchDataConsumerHandle.h"
|
| #include "modules/fetch/FetchDataLoader.h"
|
| -#include "platform/CrossThreadFunctional.h"
|
| #include "platform/WaitableEvent.h"
|
| #include "platform/WebThreadSupportingGC.h"
|
| #include "platform/heap/Handle.h"
|
| @@ -19,6 +18,7 @@
|
| #include "public/platform/WebDataConsumerHandle.h"
|
| #include "public/platform/WebTraceLocation.h"
|
| #include "wtf/Deque.h"
|
| +#include "wtf/Functional.h"
|
| #include "wtf/Locker.h"
|
| #include "wtf/PtrUtil.h"
|
| #include "wtf/ThreadSafeRefCounted.h"
|
|
|