| Index: third_party/WebKit/Source/core/dom/DOMArrayBuffer.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMArrayBuffer.h b/third_party/WebKit/Source/core/dom/DOMArrayBuffer.h
|
| index dc129e3cd2c24276b0e9a9d4a34616aaaa926113..584eca4fde90d80a9e0083e2d518d6024d96430d 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMArrayBuffer.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMArrayBuffer.h
|
| @@ -7,7 +7,7 @@
|
|
|
| #include "core/CoreExport.h"
|
| #include "core/dom/DOMArrayBufferBase.h"
|
| -#include "wtf/typed_arrays/ArrayBuffer.h"
|
| +#include "platform/wtf/typed_arrays/ArrayBuffer.h"
|
|
|
| namespace blink {
|
|
|
|
|