| Index: third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h
|
| diff --git a/third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h b/third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h
|
| index 4879b2e62f8279800c27a9cb1581eae92e8db74c..8db2cc288f032a1652b6ea513ea0dfa256282ba0 100644
|
| --- a/third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h
|
| +++ b/third_party/WebKit/Source/wtf/ThreadSafeRefCounted.h
|
| @@ -30,9 +30,9 @@
|
| #ifndef ThreadSafeRefCounted_h
|
| #define ThreadSafeRefCounted_h
|
|
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Atomics.h"
|
| #include "wtf/DynamicAnnotations.h"
|
| -#include "wtf/FastAllocBase.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/WTFExport.h"
|
|
|
|
|