| Index: sky/engine/platform/exported/WebURLRequest.cpp
|
| diff --git a/sky/engine/platform/exported/WebURLRequest.cpp b/sky/engine/platform/exported/WebURLRequest.cpp
|
| index 06099ef89148d89592c39d913e9b0f762c32f36e..9b67233cfc223be4b2093c3aa109eefa82022906 100644
|
| --- a/sky/engine/platform/exported/WebURLRequest.cpp
|
| +++ b/sky/engine/platform/exported/WebURLRequest.cpp
|
| @@ -28,14 +28,14 @@
|
| * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| -#include "config.h"
|
| -#include "public/platform/WebURLRequest.h"
|
| -
|
| -#include "platform/exported/WebURLRequestPrivate.h"
|
| -#include "platform/network/ResourceRequest.h"
|
| -#include "public/platform/WebHTTPBody.h"
|
| -#include "public/platform/WebHTTPHeaderVisitor.h"
|
| -#include "public/platform/WebURL.h"
|
| +#include "sky/engine/config.h"
|
| +#include "sky/engine/public/platform/WebURLRequest.h"
|
| +
|
| +#include "sky/engine/platform/exported/WebURLRequestPrivate.h"
|
| +#include "sky/engine/platform/network/ResourceRequest.h"
|
| +#include "sky/engine/public/platform/WebHTTPBody.h"
|
| +#include "sky/engine/public/platform/WebHTTPHeaderVisitor.h"
|
| +#include "sky/engine/public/platform/WebURL.h"
|
|
|
| namespace blink {
|
|
|
|
|