| Index: third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8Array.h
|
| diff --git a/third_party/WebKit/Source/wtf/typed_arrays/Uint8Array.h b/third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8Array.h
|
| similarity index 98%
|
| copy from third_party/WebKit/Source/wtf/typed_arrays/Uint8Array.h
|
| copy to third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8Array.h
|
| index d6c21ae14c00a79588e13848a1986edb5bd08c69..4bf9bea6e44992d0bc2c99f7513267981530e346 100644
|
| --- a/third_party/WebKit/Source/wtf/typed_arrays/Uint8Array.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/typed_arrays/Uint8Array.h
|
| @@ -27,7 +27,7 @@
|
| #ifndef Uint8Array_h
|
| #define Uint8Array_h
|
|
|
| -#include "wtf/typed_arrays/IntegralTypedArrayBase.h"
|
| +#include "platform/wtf/typed_arrays/IntegralTypedArrayBase.h"
|
|
|
| namespace WTF {
|
|
|
|
|