| 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 6c7e8eeba4ee0a82354feae69c2f5042d52fc136..f8b5634ef9a7cd5bd0d22149a527db55f8270f59 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>
|
| +#include "platform/wtf/PtrUtil.h"
|
|
|
| namespace blink {
|
|
|
|
|