| Index: third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp
|
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp b/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp
|
| index 572ce3cdf2bcda6273c98917c9f075ea479c3733..308a01729b6fc7fdbb018dee7fecc229f29b0e63 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp
|
| +++ b/third_party/WebKit/Source/modules/fetch/FetchDataLoader.cpp
|
| @@ -5,9 +5,9 @@
|
| #include "modules/fetch/FetchDataLoader.h"
|
|
|
| #include "core/html/parser/TextResourceDecoder.h"
|
| -#include "wtf/ArrayBufferBuilder.h"
|
| #include "wtf/text/StringBuilder.h"
|
| #include "wtf/text/WTFString.h"
|
| +#include "wtf/typed_arrays/ArrayBufferBuilder.h"
|
|
|
| namespace blink {
|
|
|
|
|