| Index: third_party/WebKit/Source/modules/fetch/BlobBytesConsumerTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/BlobBytesConsumerTest.cpp b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumerTest.cpp
|
| index 953aa82090e3cc7dd2c78ba5ee3b46b097322d60..0a07e6e4df29aaefccec5dca5173e14fa94effcf 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/BlobBytesConsumerTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/BlobBytesConsumerTest.cpp
|
| @@ -14,9 +14,9 @@
|
| #include "platform/loader/fetch/ResourceResponse.h"
|
| #include "platform/network/EncodedFormData.h"
|
| #include "platform/testing/UnitTestHelpers.h"
|
| +#include "platform/wtf/Vector.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| #include "testing/gtest/include/gtest/gtest.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|