| Index: third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.h
|
| diff --git a/third_party/WebKit/Source/wtf/ArrayBuffer.h b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.h
|
| similarity index 99%
|
| rename from third_party/WebKit/Source/wtf/ArrayBuffer.h
|
| rename to third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.h
|
| index 38e2a00d1a160e104fc39be3bbc1dffbc7aab01f..d0b1e193f429550c2c4cd7a69cfd86be26d48a79 100644
|
| --- a/third_party/WebKit/Source/wtf/ArrayBuffer.h
|
| +++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBuffer.h
|
| @@ -26,11 +26,11 @@
|
| #ifndef ArrayBuffer_h
|
| #define ArrayBuffer_h
|
|
|
| -#include "wtf/ArrayBufferContents.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/PassRefPtr.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/WTFExport.h"
|
| +#include "wtf/typed_arrays/ArrayBufferContents.h"
|
|
|
| namespace WTF {
|
|
|
|
|