 Chromium Code Reviews
 Chromium Code Reviews Issue 2518253002:
  Move Partition Allocator into Chromium base.  (Closed)
    
  
    Issue 2518253002:
  Move Partition Allocator into Chromium base.  (Closed) 
  | Index: third_party/WebKit/Source/wtf/RefPtr.h | 
| diff --git a/third_party/WebKit/Source/wtf/RefPtr.h b/third_party/WebKit/Source/wtf/RefPtr.h | 
| index b5d2ce3bce8198fb28a269c036abd38a41b77314..c6b28fa72555e1e21bf744db89a969596127da1d 100644 | 
| --- a/third_party/WebKit/Source/wtf/RefPtr.h | 
| +++ b/third_party/WebKit/Source/wtf/RefPtr.h | 
| @@ -25,6 +25,7 @@ | 
| #include "wtf/Allocator.h" | 
| #include "wtf/HashTableDeletedValueType.h" | 
| #include "wtf/PassRefPtr.h" | 
| +#include "wtf/allocator/PartitionAllocator.h" | 
| #include <algorithm> | 
| #include <utility> |