| Index: third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp b/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp
|
| index bc6c3d76022fbd2f789fa3d382b13eaa6a4f534e..732b8d2202ddeb73d6a5921d71d529b8bb921064 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchResponseData.cpp
|
| @@ -9,8 +9,8 @@
|
| #include "modules/fetch/BodyStreamBuffer.h"
|
| #include "modules/fetch/FetchHeaderList.h"
|
| #include "platform/loader/fetch/FetchUtils.h"
|
| +#include "platform/wtf/PtrUtil.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerResponse.h"
|
| -#include "wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|