| Index: third_party/WebKit/Source/platform/wtf/ThreadSpecific.h
|
| diff --git a/third_party/WebKit/Source/wtf/ThreadSpecific.h b/third_party/WebKit/Source/platform/wtf/ThreadSpecific.h
|
| similarity index 96%
|
| copy from third_party/WebKit/Source/wtf/ThreadSpecific.h
|
| copy to third_party/WebKit/Source/platform/wtf/ThreadSpecific.h
|
| index 57c6392d3b3708febb032e0ee0a3fc6b4c3f1a36..ec237358f7874f4af63390a980a9f0e3575d30e8 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadSpecific.h
|
| +++ b/third_party/WebKit/Source/platform/wtf/ThreadSpecific.h
|
| @@ -42,14 +42,14 @@
|
| #ifndef WTF_ThreadSpecific_h
|
| #define WTF_ThreadSpecific_h
|
|
|
| -#include "wtf/Allocator.h"
|
| -#include "wtf/Noncopyable.h"
|
| -#include "wtf/StackUtil.h"
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/WTF.h"
|
| -#include "wtf/WTFExport.h"
|
| -#include "wtf/allocator/PartitionAllocator.h"
|
| -#include "wtf/allocator/Partitions.h"
|
| +#include "platform/wtf/Allocator.h"
|
| +#include "platform/wtf/Noncopyable.h"
|
| +#include "platform/wtf/StackUtil.h"
|
| +#include "platform/wtf/StdLibExtras.h"
|
| +#include "platform/wtf/WTF.h"
|
| +#include "platform/wtf/WTFExport.h"
|
| +#include "platform/wtf/allocator/PartitionAllocator.h"
|
| +#include "platform/wtf/allocator/Partitions.h"
|
|
|
| #if OS(POSIX)
|
| #include <pthread.h>
|
|
|