| Index: third_party/WebKit/Source/core/dom/DOMTypedArray.h
|
| diff --git a/third_party/WebKit/Source/core/dom/DOMTypedArray.h b/third_party/WebKit/Source/core/dom/DOMTypedArray.h
|
| index e93bac1c8c39ff70b0895b0f9ca0ba390a358aa9..5c32f9fb8996ad04fe240ed76e31985f92959b3c 100644
|
| --- a/third_party/WebKit/Source/core/dom/DOMTypedArray.h
|
| +++ b/third_party/WebKit/Source/core/dom/DOMTypedArray.h
|
| @@ -9,15 +9,15 @@
|
| #include "core/CoreExport.h"
|
| #include "core/dom/DOMArrayBufferView.h"
|
| #include "core/dom/DOMSharedArrayBuffer.h"
|
| -#include "wtf/Float32Array.h"
|
| -#include "wtf/Float64Array.h"
|
| -#include "wtf/Int16Array.h"
|
| -#include "wtf/Int32Array.h"
|
| -#include "wtf/Int8Array.h"
|
| -#include "wtf/Uint16Array.h"
|
| -#include "wtf/Uint32Array.h"
|
| -#include "wtf/Uint8Array.h"
|
| -#include "wtf/Uint8ClampedArray.h"
|
| +#include "wtf/typed_arrays/Float32Array.h"
|
| +#include "wtf/typed_arrays/Float64Array.h"
|
| +#include "wtf/typed_arrays/Int16Array.h"
|
| +#include "wtf/typed_arrays/Int32Array.h"
|
| +#include "wtf/typed_arrays/Int8Array.h"
|
| +#include "wtf/typed_arrays/Uint16Array.h"
|
| +#include "wtf/typed_arrays/Uint32Array.h"
|
| +#include "wtf/typed_arrays/Uint8Array.h"
|
| +#include "wtf/typed_arrays/Uint8ClampedArray.h"
|
| #include <v8.h>
|
|
|
| namespace blink {
|
|
|