| Index: third_party/WebKit/Source/wtf/RefCounted.h
|
| diff --git a/third_party/WebKit/Source/wtf/RefCounted.h b/third_party/WebKit/Source/wtf/RefCounted.h
|
| index 547a9271767c29b7eb90a118daeacfa5c831bcfd..9625556ba59c1e3b49c24ed568e38cadc95b0b9d 100644
|
| --- a/third_party/WebKit/Source/wtf/RefCounted.h
|
| +++ b/third_party/WebKit/Source/wtf/RefCounted.h
|
| @@ -21,8 +21,8 @@
|
| #ifndef RefCounted_h
|
| #define RefCounted_h
|
|
|
| +#include "wtf/Allocator.h"
|
| #include "wtf/Assertions.h"
|
| -#include "wtf/FastAllocBase.h"
|
| #include "wtf/InstanceCounter.h"
|
| #include "wtf/Noncopyable.h"
|
| #include "wtf/WTFExport.h"
|
|
|