| Index: third_party/WebKit/Source/platform/wtf/Atomics.h
|
| diff --git a/third_party/WebKit/Source/wtf/Atomics.h b/third_party/WebKit/Source/platform/wtf/Atomics.h
|
| similarity index 99%
|
| copy from third_party/WebKit/Source/wtf/Atomics.h
|
| copy to third_party/WebKit/Source/platform/wtf/Atomics.h
|
| index b08cdcd205b8e0a635261a3803d4916a5517ff17..86e4afb547353983f4ca4ad49087454df7bfd575 100644
|
| --- a/third_party/WebKit/Source/wtf/Atomics.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/Atomics.h
|
| @@ -30,9 +30,9 @@
|
| #ifndef Atomics_h
|
| #define Atomics_h
|
|
|
| -#include "wtf/AddressSanitizer.h"
|
| -#include "wtf/Assertions.h"
|
| -#include "wtf/CPU.h"
|
| +#include "platform/wtf/AddressSanitizer.h"
|
| +#include "platform/wtf/Assertions.h"
|
| +#include "platform/wtf/CPU.h"
|
|
|
| #include <stdint.h>
|
|
|
|
|