Chromium Code Reviews| Index: third_party/WebKit/Source/wtf/text/CString.h |
| diff --git a/third_party/WebKit/Source/wtf/text/CString.h b/third_party/WebKit/Source/wtf/text/CString.h |
| index dc75400e553f2e165cabbed3b43c30eaa5cb3b22..c8db1ad760e678b1e9126dbc5c64b27a629da967 100644 |
| --- a/third_party/WebKit/Source/wtf/text/CString.h |
| +++ b/third_party/WebKit/Source/wtf/text/CString.h |
| @@ -31,6 +31,7 @@ |
| #include "wtf/RefCounted.h" |
| #include "wtf/RefPtr.h" |
| #include "wtf/WTFExport.h" |
| +#include "wtf/allocator/PartitionAllocator.h" |
| #include <string.h> |
| namespace WTF { |