Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1288)

Unified Diff: third_party/WebKit/Source/core/fetch/FetchContext.cpp

Issue 2417173002: Loading: bulk style errors fix in core/fetch (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 {

Powered by Google App Engine
This is Rietveld 408576698