| Index: third_party/WebKit/Source/modules/fetch/Headers.h
|
| diff --git a/third_party/WebKit/Source/modules/fetch/Headers.h b/third_party/WebKit/Source/modules/fetch/Headers.h
|
| index 2f515ff7f6db365b2e67b4eeb9338aa09feb51ce..7cf4ce473719f9efb4a7d5c5372a53a8807baab6 100644
|
| --- a/third_party/WebKit/Source/modules/fetch/Headers.h
|
| +++ b/third_party/WebKit/Source/modules/fetch/Headers.h
|
| @@ -10,7 +10,7 @@
|
| #include "bindings/core/v8/ScriptWrappable.h"
|
| #include "modules/ModulesExport.h"
|
| #include "modules/fetch/FetchHeaderList.h"
|
| -#include "wtf/Forward.h"
|
| +#include "platform/wtf/Forward.h"
|
|
|
| namespace blink {
|
|
|
|
|