| Index: third_party/WebKit/Source/wtf/typed_arrays/Uint16Array.h
|
| diff --git a/third_party/WebKit/Source/wtf/Uint16Array.h b/third_party/WebKit/Source/wtf/typed_arrays/Uint16Array.h
|
| similarity index 98%
|
| rename from third_party/WebKit/Source/wtf/Uint16Array.h
|
| rename to third_party/WebKit/Source/wtf/typed_arrays/Uint16Array.h
|
| index 26645fe0f51068363c21108422b8884c0acbe743..b0ba16f433184ed1c519626eaf4c467df3c20ffd 100644
|
| --- a/third_party/WebKit/Source/wtf/Uint16Array.h
|
| +++ b/third_party/WebKit/Source/wtf/typed_arrays/Uint16Array.h
|
| @@ -27,7 +27,7 @@
|
| #ifndef Uint16Array_h
|
| #define Uint16Array_h
|
|
|
| -#include "wtf/IntegralTypedArrayBase.h"
|
| +#include "wtf/typed_arrays/IntegralTypedArrayBase.h"
|
|
|
| namespace WTF {
|
|
|
|
|