| Index: sky/engine/platform/exported/WebCString.cpp
|
| diff --git a/sky/engine/platform/exported/WebCString.cpp b/sky/engine/platform/exported/WebCString.cpp
|
| index 1d22b0341e6428da3fe8777cc85e7384fc797454..914b12c72337d3f1dee57b626a512df4b163f2c4 100644
|
| --- a/sky/engine/platform/exported/WebCString.cpp
|
| +++ b/sky/engine/platform/exported/WebCString.cpp
|
| @@ -29,12 +29,12 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/platform/WebCString.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/platform/WebCString.h"
|
|
|
| -#include "public/platform/WebString.h"
|
| -#include "wtf/text/CString.h"
|
| #include <string.h>
|
| +#include "sky/engine/public/platform/WebString.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
|
|
| namespace blink {
|
|
|
|
|