Chromium Code Reviews| Index: third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
| diff --git a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
| index 12bbb679b42d95add719c07af62a4a1ef8cef7ce..b730b89445b847d25dfb03c6bf907a130949a9ec 100644 |
| --- a/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
| +++ b/third_party/WebKit/Source/modules/fetch/GlobalFetch.cpp |
| @@ -8,6 +8,7 @@ |
| #include "core/frame/UseCounter.h" |
| #include "core/inspector/InspectorInstrumentation.h" |
| #include "core/workers/WorkerGlobalScope.h" |
| +#include "modules/fetch/BodyStreamBuffer.h" |
|
tyoshino (SeeGerritForStatus)
2016/07/14 06:25:28
no longer needed?
yhirano
2016/07/14 06:30:04
Thanks, done.
|
| #include "modules/fetch/FetchManager.h" |
| #include "modules/fetch/Request.h" |
| #include "platform/Supplementable.h" |