| Index: third_party/WebKit/Source/platform/wtf/typed_arrays/Int8Array.h
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/Int8Array.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/Int8Array.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/typed_arrays/Int8Array.h
|
| copy to third_party/WebKit/Source/platform/wtf/typed_arrays/Int8Array.h
|
| index 1a662e819cd0034692be03ba33c331e683124269..ecdd10453e73b1ec61439efc79af8833ed106c1b 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/Int8Array.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/Int8Array.h
|
| @@ -27,7 +27,7 @@
|
| #ifndef Int8Array_h
|
| #define Int8Array_h
|
|
|
| -#include "wtf/typed_arrays/IntegralTypedArrayBase.h"
|
| +#include "platform/wtf/typed_arrays/IntegralTypedArrayBase.h"
|
|
|
| namespace WTF {
|
|
|
|
|