| Index: sky/engine/platform/weborigin/KURLTest.cpp
|
| diff --git a/sky/engine/platform/weborigin/KURLTest.cpp b/sky/engine/platform/weborigin/KURLTest.cpp
|
| index a708ea3af1ca4aaa2f63dff3ecdc06ee28c754f1..55e5582b1c7c38f2d491cf4acf1fe0e057ea698c 100644
|
| --- a/sky/engine/platform/weborigin/KURLTest.cpp
|
| +++ b/sky/engine/platform/weborigin/KURLTest.cpp
|
| @@ -31,13 +31,13 @@
|
| // Basic tests that verify our KURL's interface behaves the same as the
|
| // original KURL's.
|
|
|
| -#include "config.h"
|
| -#include "platform/weborigin/KURL.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/weborigin/KURL.h"
|
|
|
| -#include "wtf/testing/WTFTestHelpers.h"
|
| -#include "wtf/text/CString.h"
|
| -#include "wtf/text/WTFString.h"
|
| #include <gtest/gtest.h>
|
| +#include "sky/engine/wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
| +#include "wtf/testing/WTFTestHelpers.h"
|
|
|
| namespace {
|
|
|
|
|