| Index: sky/engine/platform/network/HTTPRequest.cpp
|
| diff --git a/sky/engine/platform/network/HTTPRequest.cpp b/sky/engine/platform/network/HTTPRequest.cpp
|
| index e3f8f4a064d88aa0707b656ba9d58a2434a1eb4d..0a6269be78bc6bf2aee4d5e947eb7a32053beff7 100644
|
| --- a/sky/engine/platform/network/HTTPRequest.cpp
|
| +++ b/sky/engine/platform/network/HTTPRequest.cpp
|
| @@ -23,10 +23,10 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "platform/network/HTTPRequest.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/platform/network/HTTPRequest.h"
|
|
|
| -#include "wtf/text/CString.h"
|
| +#include "sky/engine/wtf/text/CString.h"
|
|
|
| namespace blink {
|
|
|
|
|