Index: content/child/ftp_directory_listing_response_delegate.cc |
diff --git a/content/child/ftp_directory_listing_response_delegate.cc b/content/child/ftp_directory_listing_response_delegate.cc |
index 3449555137380c48ec22fed36a4a07e34b8e47e1..82fa6482bf86b476eed4087416a6447ce1a20239 100644 |
--- a/content/child/ftp_directory_listing_response_delegate.cc |
+++ b/content/child/ftp_directory_listing_response_delegate.cc |
@@ -13,19 +13,18 @@ |
#include "base/strings/sys_string_conversions.h" |
#include "base/strings/utf_string_conversions.h" |
#include "base/time/time.h" |
+#include "content/child/weburlresponse_extradata_impl.h" |
#include "net/base/escape.h" |
#include "net/base/net_errors.h" |
#include "net/base/net_util.h" |
#include "net/ftp/ftp_directory_listing_parser.h" |
#include "third_party/WebKit/public/platform/WebURL.h" |
#include "third_party/WebKit/public/platform/WebURLLoaderClient.h" |
-#include "webkit/child/weburlresponse_extradata_impl.h" |
using blink::WebURLLoader; |
using blink::WebURLLoaderClient; |
using blink::WebURLResponse; |
using net::FtpDirectoryListingEntry; |
-using webkit_glue::WebURLResponseExtraDataImpl; |
namespace { |