| 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 c8db1ad760e678b1e9126dbc5c64b27a629da967..0f9048c60507cd0d7d11cac8a792b50e7f122f3f 100644
|
| --- a/third_party/WebKit/Source/wtf/text/CString.h
|
| +++ b/third_party/WebKit/Source/wtf/text/CString.h
|
| @@ -27,12 +27,12 @@
|
| #ifndef CString_h
|
| #define CString_h
|
|
|
| +#include <string.h>
|
| #include "wtf/Allocator.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/RefPtr.h"
|
| #include "wtf/WTFExport.h"
|
| #include "wtf/allocator/PartitionAllocator.h"
|
| -#include <string.h>
|
|
|
| namespace WTF {
|
|
|
|
|