| Index: third_party/WebKit/Source/wtf/ThreadSpecific.h
|
| diff --git a/third_party/WebKit/Source/wtf/ThreadSpecific.h b/third_party/WebKit/Source/wtf/ThreadSpecific.h
|
| index 2e82293b59ea0f9fb2b5c81bc52b279ea5513cb1..f16836fead6a716fa7243d678cba5683ddb1f367 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadSpecific.h
|
| +++ b/third_party/WebKit/Source/wtf/ThreadSpecific.h
|
| @@ -44,10 +44,10 @@
|
|
|
| #include "wtf/Allocator.h"
|
| #include "wtf/Noncopyable.h"
|
| -#include "wtf/Partitions.h"
|
| #include "wtf/StdLibExtras.h"
|
| #include "wtf/WTF.h"
|
| #include "wtf/WTFExport.h"
|
| +#include "wtf/allocator/Partitions.h"
|
|
|
| #if OS(POSIX)
|
| #include <pthread.h>
|
|
|