| Index: third_party/WebKit/Source/core/dom/DOMArrayBufferBase.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMArrayBufferBase.h b/third_party/WebKit/Source/core/dom/DOMArrayBufferBase.h
|
| index de9ddcfacbf864c993211b8ed4cb1e344e7fbe21..b9695166f57ff213ac15b0a95f31ce089db87d48 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMArrayBufferBase.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMArrayBufferBase.h
|
| @@ -8,7 +8,7 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "core/CoreExport.h"
|
| #include "platform/heap/Handle.h"
|
| -#include "wtf/ArrayBuffer.h"
|
| +#include "wtf/typed_arrays/ArrayBuffer.h"
|
|
|
| namespace blink {
|
|
|
|
|