| Index: sky/engine/platform/network/ParsedContentType.h
|
| diff --git a/sky/engine/platform/network/ParsedContentType.h b/sky/engine/platform/network/ParsedContentType.h
|
| index 9226ed3f9c09103b370c4323764f375a401f8a07..69d84e4864dfc0f6060f9a9e1968273ebc7b814d 100644
|
| --- a/sky/engine/platform/network/ParsedContentType.h
|
| +++ b/sky/engine/platform/network/ParsedContentType.h
|
| @@ -32,9 +32,9 @@
|
| #ifndef ParsedContentType_h
|
| #define ParsedContentType_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/text/StringHash.h"
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|