Chromium Code Reviews| Index: third_party/WebKit/Source/core/fetch/FetchContext.cpp |
| diff --git a/third_party/WebKit/Source/core/fetch/FetchContext.cpp b/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
| index 9b0201df7653c18b689796239c9c97d6076dc21c..de0b4cf99e25eab50cb1fa36b6fe82a49cce66cb 100644 |
| --- a/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
| +++ b/third_party/WebKit/Source/core/fetch/FetchContext.cpp |
| @@ -29,6 +29,7 @@ |
| */ |
| #include "core/fetch/FetchContext.h" |
| + |
|
dcheng
2016/10/14 06:41:53
Nit: remove this extra line: check-webkit-style sh
Takashi Toyoshima
2016/10/14 07:04:44
This caused an error like this.
|
| #include "public/platform/WebCachePolicy.h" |
| namespace blink { |