| Index: third_party/WebKit/Source/wtf/text/StringImpl.cpp
|
| diff --git a/third_party/WebKit/Source/wtf/text/StringImpl.cpp b/third_party/WebKit/Source/wtf/text/StringImpl.cpp
|
| index 38252ebcb2607e78db212fb2bcc68fa9510c34b6..8056edbf1a072256ba17aee76c66b3685949c469 100644
|
| --- a/third_party/WebKit/Source/wtf/text/StringImpl.cpp
|
| +++ b/third_party/WebKit/Source/wtf/text/StringImpl.cpp
|
| @@ -25,6 +25,8 @@
|
|
|
| #include "wtf/text/StringImpl.h"
|
|
|
| +#include <algorithm>
|
| +#include <memory>
|
| #include "wtf/DynamicAnnotations.h"
|
| #include "wtf/LeakAnnotations.h"
|
| #include "wtf/PtrUtil.h"
|
| @@ -38,16 +40,14 @@
|
| #include "wtf/text/StringBuffer.h"
|
| #include "wtf/text/StringHash.h"
|
| #include "wtf/text/StringToNumber.h"
|
| -#include <algorithm>
|
| -#include <memory>
|
|
|
| #ifdef STRING_STATS
|
| +#include <unistd.h>
|
| #include "wtf/DataLog.h"
|
| #include "wtf/HashMap.h"
|
| #include "wtf/HashSet.h"
|
| #include "wtf/RefCounted.h"
|
| #include "wtf/ThreadingPrimitives.h"
|
| -#include <unistd.h>
|
| #endif
|
|
|
| using namespace std;
|
|
|