| Index: sky/engine/platform/network/HTTPHeaderMap.h
|
| diff --git a/sky/engine/platform/network/HTTPHeaderMap.h b/sky/engine/platform/network/HTTPHeaderMap.h
|
| index 94c59917dfe20c1c300ff052cd3b0332375c4022..b8650be0b0193c79181c5ef83ec80808c30335e7 100644
|
| --- a/sky/engine/platform/network/HTTPHeaderMap.h
|
| +++ b/sky/engine/platform/network/HTTPHeaderMap.h
|
| @@ -27,14 +27,14 @@
|
| #ifndef HTTPHeaderMap_h
|
| #define HTTPHeaderMap_h
|
|
|
| -#include "platform/PlatformExport.h"
|
| -#include "wtf/HashMap.h"
|
| -#include "wtf/PassOwnPtr.h"
|
| -#include "wtf/Vector.h"
|
| -#include "wtf/text/AtomicString.h"
|
| -#include "wtf/text/AtomicStringHash.h"
|
| -#include "wtf/text/StringHash.h"
|
| #include <utility>
|
| +#include "sky/engine/platform/PlatformExport.h"
|
| +#include "sky/engine/wtf/HashMap.h"
|
| +#include "sky/engine/wtf/PassOwnPtr.h"
|
| +#include "sky/engine/wtf/Vector.h"
|
| +#include "sky/engine/wtf/text/AtomicString.h"
|
| +#include "sky/engine/wtf/text/AtomicStringHash.h"
|
| +#include "sky/engine/wtf/text/StringHash.h"
|
|
|
| namespace blink {
|
|
|
|
|