| Index: third_party/WebKit/Source/platform/wtf/typed_arrays/IntegralTypedArrayBase.h
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/IntegralTypedArrayBase.h
|
| similarity index 96%
|
| copy from third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h
|
| copy to third_party/WebKit/Source/platform/wtf/typed_arrays/IntegralTypedArrayBase.h
|
| index 182f1de846ec3898c9f50fc9def83e291160d3be..8a92ed9278977e3e75793866592ab43f29a1f957 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/IntegralTypedArrayBase.h
|
| @@ -27,8 +27,8 @@
|
| #ifndef IntegralTypedArrayBase_h
|
| #define IntegralTypedArrayBase_h
|
|
|
| -#include "wtf/MathExtras.h"
|
| -#include "wtf/typed_arrays/TypedArrayBase.h"
|
| +#include "platform/wtf/MathExtras.h"
|
| +#include "platform/wtf/typed_arrays/TypedArrayBase.h"
|
| #include <limits>
|
|
|
| namespace WTF {
|
|
|