| Index: third_party/WebKit/Source/modules/fetch/Response.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Response.cpp b/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| index 2c2660b051ecd8af8206d5da011447abc6beb4b5..57aae12be562310594ce068f42802a85c396d5a5 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/Response.cpp
|
| @@ -31,8 +31,8 @@
|
| #include "platform/network/EncodedFormData.h"
|
| #include "platform/network/HTTPHeaderMap.h"
|
| #include "platform/network/NetworkUtils.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerResponse.h"
|
| -#include "wtf/RefPtr.h"
|
|
|
| namespace blink {
|
|
|
|
|