| Index: third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h
|
| diff --git a/third_party/WebKit/Source/wtf/IntegralTypedArrayBase.h b/third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/wtf/IntegralTypedArrayBase.h
|
| rename to third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h
|
| index f5ba6141e73417c649dd1a6039930e9341a1d26c..ac20dcbbebb51a004cdba929316ca6bd38bc8b4c 100644
|
| --- a/third_party/WebKit/Source/wtf/IntegralTypedArrayBase.h
|
| +++ b/third_party/WebKit/Source/wtf/typed_arrays/IntegralTypedArrayBase.h
|
| @@ -28,7 +28,7 @@
|
| #define IntegralTypedArrayBase_h
|
|
|
| #include "wtf/MathExtras.h"
|
| -#include "wtf/TypedArrayBase.h"
|
| +#include "wtf/typed_arrays/TypedArrayBase.h"
|
| #include <limits>
|
|
|
| namespace WTF {
|
|
|