| Index: third_party/WebKit/Source/platform/wtf/Alignment.h
|
| diff --git a/third_party/WebKit/Source/wtf/Alignment.h b/third_party/WebKit/Source/platform/wtf/Alignment.h
|
| similarity index 96%
|
| copy from third_party/WebKit/Source/wtf/Alignment.h
|
| copy to third_party/WebKit/Source/platform/wtf/Alignment.h
|
| index c2ea860c6bc136c02f9b3de5345ae15b0d5ad017..638f81acff214d5971d12da4807b4bbb265648a0 100644
|
| --- a/third_party/WebKit/Source/wtf/Alignment.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/Alignment.h
|
| @@ -21,7 +21,7 @@
|
| #ifndef WTF_Alignment_h
|
| #define WTF_Alignment_h
|
|
|
| -#include "wtf/Compiler.h"
|
| +#include "platform/wtf/Compiler.h"
|
| #include <algorithm>
|
| #include <stdint.h>
|
| #include <utility>
|
| @@ -41,7 +41,7 @@ namespace WTF {
|
| #endif
|
|
|
| #if COMPILER(GCC)
|
| -typedef char __attribute__((__may_alias__)) AlignedBufferChar;
|
| +typedef char __attribute__((__may_alias__)) AlignedBufferChar; // NOLINT
|
| #else
|
| typedef char AlignedBufferChar;
|
| #endif
|
|
|