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 e2cec70d33531e72ea4eb4d3a7a83f4120a9b233..d90bb2762f3962d64f9c8540e022fb833f9c1b72 100644 |
--- a/content/child/web_url_loader_impl.cc |
+++ b/content/child/web_url_loader_impl.cc |
@@ -34,11 +34,13 @@ |
#include "net/base/filename_util.h" |
#include "net/base/mime_util.h" |
#include "net/base/net_errors.h" |
+#include "net/http/http_request_headers.h" |
#include "net/http/http_response_headers.h" |
#include "net/http/http_util.h" |
#include "net/url_request/redirect_info.h" |
#include "net/url_request/url_request_data_job.h" |
#include "third_party/WebKit/public/platform/WebHTTPLoadInfo.h" |
+#include "third_party/WebKit/public/platform/WebString.h" |
davidben
2015/03/27 22:46:51
Nit: I think these can go away now.
jww
2015/03/30 18:50:37
Indeed! Thanks!
|
#include "third_party/WebKit/public/platform/WebURL.h" |
#include "third_party/WebKit/public/platform/WebURLError.h" |
#include "third_party/WebKit/public/platform/WebURLLoadTiming.h" |