| 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;
|
|
|