| 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 26d43c86657b3f3429ce3f230d3bd186a47079e2..5bf21a756809fb0dfebe7ee23b4b60dc46f5feb4 100644
|
| --- a/content/child/ftp_directory_listing_response_delegate.cc
|
| +++ b/content/child/ftp_directory_listing_response_delegate.cc
|
| @@ -17,9 +17,9 @@
|
| #include "base/strings/utf_string_conversions.h"
|
| #include "base/time/time.h"
|
| #include "content/child/weburlresponse_extradata_impl.h"
|
| +#include "net/base/directory_listing.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"
|
|
|