| Index: third_party/WebKit/Source/platform/network/HTTPHeaderMap.h
|
| diff --git a/third_party/WebKit/Source/platform/network/HTTPHeaderMap.h b/third_party/WebKit/Source/platform/network/HTTPHeaderMap.h
|
| index 2b86e53a0beb62b4e621075e34a4c1620f93f2cd..6a4945aab5826ae1768a8b110f186b70e8e4093e 100644
|
| --- a/third_party/WebKit/Source/platform/network/HTTPHeaderMap.h
|
| +++ b/third_party/WebKit/Source/platform/network/HTTPHeaderMap.h
|
| @@ -27,6 +27,8 @@
|
| #ifndef HTTPHeaderMap_h
|
| #define HTTPHeaderMap_h
|
|
|
| +#include <memory>
|
| +#include <utility>
|
| #include "platform/PlatformExport.h"
|
| #include "wtf/Allocator.h"
|
| #include "wtf/HashMap.h"
|
| @@ -34,8 +36,6 @@
|
| #include "wtf/text/AtomicString.h"
|
| #include "wtf/text/AtomicStringHash.h"
|
| #include "wtf/text/StringHash.h"
|
| -#include <memory>
|
| -#include <utility>
|
|
|
| namespace blink {
|
|
|
|
|