| Index: third_party/WebKit/Source/platform/wtf/Threading.h
|
| diff --git a/third_party/WebKit/Source/wtf/Threading.h b/third_party/WebKit/Source/platform/wtf/Threading.h
|
| similarity index 95%
|
| copy from third_party/WebKit/Source/wtf/Threading.h
|
| copy to third_party/WebKit/Source/platform/wtf/Threading.h
|
| index 4c78f2256b1711ac5a56d97a05ce692b0f69ed0d..9fa2f3b4c515327080bb954f29bab831f5538451 100644
|
| --- a/third_party/WebKit/Source/wtf/Threading.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/Threading.h
|
| @@ -30,9 +30,9 @@
|
| #ifndef Threading_h
|
| #define Threading_h
|
|
|
| -#include "wtf/Atomics.h"
|
| -#include "wtf/TypeTraits.h"
|
| -#include "wtf/WTFExport.h"
|
| +#include "platform/wtf/Atomics.h"
|
| +#include "platform/wtf/TypeTraits.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| #include <stdint.h>
|
|
|
| namespace WTF {
|
|
|