| 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 5e5ffe1f4901a11c339e59081e76610993c8381d..57dbc9751ed400f297f3baec192bac9214b3c653 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/typed_arrays/ArrayBuffer.h"
|
| +#include "platform/wtf/typed_arrays/ArrayBuffer.h"
|
|
|
| namespace blink {
|
|
|
|
|