| Index: third_party/WebKit/Source/modules/fetch/FetchResponseDataTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchResponseDataTest.cpp b/third_party/WebKit/Source/modules/fetch/FetchResponseDataTest.cpp
|
| index 5552dba4e84c9ac4bdc3df66a5156e5025aa7119..369287af6d901c33049e75e6ab771bb7d3c888cf 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchResponseDataTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchResponseDataTest.cpp
|
| @@ -7,9 +7,9 @@
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "modules/fetch/FetchHeaderList.h"
|
| #include "platform/blob/BlobData.h"
|
| +#include "platform/wtf/Vector.h"
|
| #include "public/platform/modules/serviceworker/WebServiceWorkerResponse.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/Vector.h"
|
|
|
| namespace blink {
|
|
|
|
|