| Index: sky/engine/platform/network/HTTPRequest.h
|
| diff --git a/sky/engine/platform/network/HTTPRequest.h b/sky/engine/platform/network/HTTPRequest.h
|
| index 6c32a9e4b445b85fedc2ab5ec83741cc96161a6a..c6c7cfdacbdc01e6a07771181179803e7fdea638 100644
|
| --- a/sky/engine/platform/network/HTTPRequest.h
|
| +++ b/sky/engine/platform/network/HTTPRequest.h
|
| @@ -32,13 +32,13 @@
|
| #ifndef HTTPRequest_h
|
| #define HTTPRequest_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "platform/network/HTTPHeaderMap.h"
|
| -#include "platform/network/HTTPParsers.h"
|
| -#include "platform/weborigin/KURL.h"
|
| -#include "wtf/PassRefPtr.h"
|
| -#include "wtf/RefCounted.h"
|
| -#include "wtf/text/WTFString.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/platform/network/HTTPHeaderMap.h"
|
| +#include "sky/engine/platform/network/HTTPParsers.h"
|
| +#include "sky/engine/platform/weborigin/KURL.h"
|
| +#include "sky/engine/wtf/PassRefPtr.h"
|
| +#include "sky/engine/wtf/RefCounted.h"
|
| +#include "sky/engine/wtf/text/WTFString.h"
|
|
|
| namespace blink {
|
|
|
|
|