| Index: sky/engine/wtf/text/StringConcatenate.h
|
| diff --git a/sky/engine/wtf/text/StringConcatenate.h b/sky/engine/wtf/text/StringConcatenate.h
|
| index 9c7dd8839a1d861a8be8eaacc2634be66c71b511..f96279029af1fa0cde92164b45a5a2ae78f0d04a 100644
|
| --- a/sky/engine/wtf/text/StringConcatenate.h
|
| +++ b/sky/engine/wtf/text/StringConcatenate.h
|
| @@ -29,7 +29,7 @@
|
| #include <string.h>
|
|
|
| #ifndef WTFString_h
|
| -#include "wtf/text/AtomicString.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
| #endif
|
|
|
| // This macro is helpful for testing how many intermediate Strings are created while evaluating an
|
| @@ -436,5 +436,5 @@ PassRefPtr<StringImpl> makeString(StringType1 string1, StringType2 string2)
|
|
|
| } // namespace WTF
|
|
|
| -#include "wtf/text/StringOperators.h"
|
| +#include "sky/engine/wtf/text/StringOperators.h"
|
| #endif
|
|
|