| Index: third_party/WebKit/Source/modules/encoding/TextDecoder.cpp
|
| diff --git a/third_party/WebKit/Source/modules/encoding/TextDecoder.cpp b/third_party/WebKit/Source/modules/encoding/TextDecoder.cpp
|
| index 07e86a1072737341ed067fd59d33057f9a5581ca..e2c5fc9cfbc6a317bf4797bd65e0b1ca016a6022 100644
|
| --- a/third_party/WebKit/Source/modules/encoding/TextDecoder.cpp
|
| +++ b/third_party/WebKit/Source/modules/encoding/TextDecoder.cpp
|
| @@ -34,8 +34,8 @@
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/DOMArrayBufferView.h"
|
| #include "modules/encoding/Encoding.h"
|
| -#include "wtf/StringExtras.h"
|
| -#include "wtf/text/TextEncodingRegistry.h"
|
| +#include "platform/wtf/StringExtras.h"
|
| +#include "platform/wtf/text/TextEncodingRegistry.h"
|
|
|
| namespace blink {
|
|
|
|
|