| Index: sky/engine/wtf/text/StringOperatorsTest.cpp
|
| diff --git a/sky/engine/wtf/text/StringOperatorsTest.cpp b/sky/engine/wtf/text/StringOperatorsTest.cpp
|
| index 73af2791dd4d8f873d8f9f74244ca556fa953b93..b37d572711a5b988924004a39fbe4f0b63ff43a7 100644
|
| --- a/sky/engine/wtf/text/StringOperatorsTest.cpp
|
| +++ b/sky/engine/wtf/text/StringOperatorsTest.cpp
|
| @@ -23,14 +23,14 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| #define WTF_STRINGTYPEADAPTER_COPIED_WTF_STRING() (++wtfStringCopyCount)
|
|
|
| static int wtfStringCopyCount;
|
|
|
| -#include "wtf/text/WTFString.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace {
|
|
|
|
|