| Index: third_party/WebKit/Source/modules/fetch/FetchHeaderList.cpp
 | 
| diff --git a/third_party/WebKit/Source/modules/fetch/FetchHeaderList.cpp b/third_party/WebKit/Source/modules/fetch/FetchHeaderList.cpp
 | 
| index eb15911580d08c91df573e4a119d5c77e3855a4f..f4cbd5c23d63b81d1783834494e6c6a9b33b4a03 100644
 | 
| --- a/third_party/WebKit/Source/modules/fetch/FetchHeaderList.cpp
 | 
| +++ b/third_party/WebKit/Source/modules/fetch/FetchHeaderList.cpp
 | 
| @@ -4,10 +4,10 @@
 | 
|  
 | 
|  #include "modules/fetch/FetchHeaderList.h"
 | 
|  
 | 
| +#include <algorithm>
 | 
|  #include "platform/loader/fetch/FetchUtils.h"
 | 
|  #include "platform/network/HTTPParsers.h"
 | 
|  #include "wtf/PtrUtil.h"
 | 
| -#include <algorithm>
 | 
|  
 | 
|  namespace blink {
 | 
|  
 | 
| 
 |