| Index: third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.h
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.h
|
| similarity index 94%
|
| copy from third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
|
| copy to third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.h
|
| index 7ff79cb3d99ed1b45a0bc062938348525b72e847..c4f7d0d2790dfb95de8499f79564c2f6c4757a13 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/ArrayBufferBuilder.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/ArrayBufferBuilder.h
|
| @@ -31,11 +31,11 @@
|
| #ifndef ArrayBufferBuilder_h
|
| #define ArrayBufferBuilder_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/RefPtr.h"
|
| -#include "wtf/text/WTFString.h"
|
| -#include "wtf/typed_arrays/ArrayBuffer.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/RefPtr.h"
|
| +#include "platform/wtf/text/WTFString.h"
|
| +#include "platform/wtf/typed_arrays/ArrayBuffer.h"
|
|
|
| namespace WTF {
|
|
|
|
|