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

Unified Diff: content/child/web_url_loader_impl.cc

Issue 2449873005: include boringssl headers from third_party explicitly (Closed)
Patch Set: review comments 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: content/child/web_url_loader_impl.cc
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
index dd6425d64fe227305fde3703df4a553694a27a15..490f4c877716f799d41e7636cb1c2f3e26e48572 100644
--- a/content/child/web_url_loader_impl.cc
+++ b/content/child/web_url_loader_impl.cc
@@ -4,7 +4,6 @@
#include "content/child/web_url_loader_impl.h"
-#include <openssl/ssl.h>
#include <stdint.h>
#include <algorithm>
@@ -61,6 +60,7 @@
#include "third_party/WebKit/public/platform/WebURLRequest.h"
#include "third_party/WebKit/public/platform/WebURLResponse.h"
#include "third_party/WebKit/public/web/WebSecurityPolicy.h"
+#include "third_party/boringssl/src/include/openssl/ssl.h"
using base::Time;
using base::TimeTicks;

Powered by Google App Engine
This is Rietveld 408576698