| Index: sky/engine/wtf/testing/WTFTestHelpersTest.cpp
|
| diff --git a/sky/engine/wtf/testing/WTFTestHelpersTest.cpp b/sky/engine/wtf/testing/WTFTestHelpersTest.cpp
|
| index 03774c3bbc8d16253acebe75e424f4b3e600df4e..d862c5ed4a85a8693573ccf187f5524d81e9a62c 100644
|
| --- a/sky/engine/wtf/testing/WTFTestHelpersTest.cpp
|
| +++ b/sky/engine/wtf/testing/WTFTestHelpersTest.cpp
|
| @@ -28,15 +28,15 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| +#include "sky/engine/config.h"
|
| #include "wtf/testing/WTFTestHelpers.h"
|
|
|
| -#include "wtf/StdLibExtras.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <gtest/gtest.h>
|
| #include <sstream>
|
| #include <string>
|
| +#include "sky/engine/wtf/StdLibExtras.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| using namespace WTF;
|
|
|
|
|