| Index: third_party/WebKit/Source/platform/wtf/text/CString.cpp
|
| diff --git a/third_party/WebKit/Source/platform/wtf/text/CString.cpp b/third_party/WebKit/Source/platform/wtf/text/CString.cpp
|
| index 46480f42f1c21609ebd629bf1ac84d7ce410c3cf..4e7c3a52a60afc3aa8801930e6df3835fa005329 100644
|
| --- a/third_party/WebKit/Source/platform/wtf/text/CString.cpp
|
| +++ b/third_party/WebKit/Source/platform/wtf/text/CString.cpp
|
| @@ -26,9 +26,9 @@
|
|
|
| #include "platform/wtf/text/CString.h"
|
|
|
| +#include <string.h>
|
| #include "platform/wtf/ASCIICType.h"
|
| #include "platform/wtf/allocator/Partitions.h"
|
| -#include <string.h>
|
|
|
| using namespace std;
|
|
|
|
|