commit | 0bed15725a60afad333049b5cf7c5827afa0359e | [log] [tgz] |
---|---|---|
author | Ryan Hamilton <[email protected]> | Fri Mar 02 19:58:21 2018 |
committer | Commit Bot <[email protected]> | Fri Mar 02 19:58:21 2018 |
tree | de882fe788cf93915512bd6755c3d0040c64a0f2 | |
parent | 702b22019eb1532741b359760ed8222c013d27ec [diff] [blame] |
Move chromium-specific code out of net/spdy/core. Cq-Include-Trybots: master.tryserver.chromium.linux:linux_mojo;master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs Change-Id: I6921b7386ce7bb71b0ee09ed8384607f9276c48d Reviewed-on: https://chromium-review.googlesource.com/940452 Commit-Queue: Ryan Hamilton <[email protected]> Reviewed-by: Sylvain Defresne <[email protected]> Reviewed-by: John Abd-El-Malek <[email protected]> Reviewed-by: Bence Béky <[email protected]> Cr-Commit-Position: refs/heads/master@{#540593}
diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc index c7408ebc..066b015 100644 --- a/net/url_request/url_request_http_job.cc +++ b/net/url_request/url_request_http_job.cc
@@ -51,6 +51,7 @@ #include "net/http/http_transaction.h" #include "net/http/http_transaction_factory.h" #include "net/http/http_util.h" +#include "net/log/net_log.h" #include "net/log/net_log_event_type.h" #include "net/log/net_log_with_source.h" #include "net/net_features.h"