| Index: sky/engine/wtf/text/StringImplTest.cpp
|
| diff --git a/sky/engine/wtf/text/StringImplTest.cpp b/sky/engine/wtf/text/StringImplTest.cpp
|
| index f8c8600e3070a79bafc01a7e9efbc499fce8ddbe..f6d3b6106ec18c1502959eb871bbea374bb95a8e 100644
|
| --- a/sky/engine/wtf/text/StringImplTest.cpp
|
| +++ b/sky/engine/wtf/text/StringImplTest.cpp
|
| @@ -23,11 +23,11 @@
|
| * THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
|
|
| -#include "wtf/text/StringImpl.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/wtf/text/StringImpl.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace {
|
|
|
|
|