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 dec6d29573eadd14ece520985cdd34be115b7acc..57f1ad43e9b495203ff95084c0d1141c8ce6a307 100644 |
--- a/content/child/web_url_loader_impl.cc |
+++ b/content/child/web_url_loader_impl.cc |
@@ -13,6 +13,7 @@ |
#include "base/strings/string_util.h" |
#include "base/time/time.h" |
#include "content/child/blink_platform_impl.h" |
+#include "content/child/request_extra_data.h" |
#include "content/common/resource_request_body.h" |
#include "net/base/data_url.h" |
#include "net/base/load_flags.h" |
@@ -34,7 +35,6 @@ |
#include "webkit/child/ftp_directory_listing_response_delegate.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; |