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 aebe55018f9eda40997d49d0f055a1bcafb2df55..b11a537b8f7dd571434171aefdcc364b0fb37052 100644 |
--- a/content/child/web_url_loader_impl.cc |
+++ b/content/child/web_url_loader_impl.cc |
@@ -14,6 +14,7 @@ |
#include "base/time/time.h" |
#include "content/child/child_thread.h" |
#include "content/child/ftp_directory_listing_response_delegate.h" |
+#include "content/child/request_extra_data.h" |
#include "content/child/request_info.h" |
#include "content/common/resource_request_body.h" |
#include "net/base/data_url.h" |
@@ -35,7 +36,6 @@ |
#include "third_party/WebKit/public/web/WebSecurityPolicy.h" |
#include "webkit/child/multipart_response_delegate.h" |
#include "webkit/child/resource_loader_bridge.h" |
-#include "webkit/child/weburlrequest_extradata_impl.h" |
#include "webkit/child/weburlresponse_extradata_impl.h" |
using base::Time; |