| Index: third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
|
| diff --git a/third_party/WebKit/Source/wtf/ArrayBufferBuilder.h b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/wtf/ArrayBufferBuilder.h
|
| rename to third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
|
| index c2b25859f7bc488584dca20dc40c11ca65706bd1..b37f1cfa8c1e191a8bd464e881930a12537229a8 100644
|
| --- a/third_party/WebKit/Source/wtf/ArrayBufferBuilder.h
|
| +++ b/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
|
| @@ -32,10 +32,10 @@
|
| #define ArrayBufferBuilder_h
|
|
|
| #include "wtf/Allocator.h"
|
| -#include "wtf/ArrayBuffer.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/text/WTFString.h"
|
| +#include "wtf/typed_arrays/ArrayBuffer.h"
|
|
|
| namespace WTF {
|
|
|
|
|