| Index: third_party/WebKit/Source/core/dom/DOMArrayPiece.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMArrayPiece.h b/third_party/WebKit/Source/core/dom/DOMArrayPiece.h
|
| index a104e017f6524a8d8b083d60780708ec43c77d3e..c8b17d4f8ff9d1017ff682221bb704465761d049 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMArrayPiece.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMArrayPiece.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "core/dom/DOMArrayBuffer.h"
|
| #include "core/dom/DOMArrayBufferView.h"
|
| -#include "wtf/typed_arrays/ArrayPiece.h"
|
| +#include "platform/wtf/typed_arrays/ArrayPiece.h"
|
|
|
| namespace blink {
|
|
|
|
|