| 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 faf2123ec2a0bdbf915e6338a42b8c866a20befa..526ad29fb1e12bdfea2d4fbbac0e3903f8c0d3c9 100644
 | 
| --- a/content/child/ftp_directory_listing_response_delegate.cc
 | 
| +++ b/content/child/ftp_directory_listing_response_delegate.cc
 | 
| @@ -131,7 +131,7 @@ void FtpDirectoryListingResponseDelegate::Init(const GURL& response_url) {
 | 
|  void FtpDirectoryListingResponseDelegate::SendDataToClient(
 | 
|      const std::string& data) {
 | 
|    if (client_) {
 | 
| -    client_->didReceiveData(loader_, data.data(), data.length(), -1);
 | 
| +    client_->didReceiveData(data.data(), data.length(), -1);
 | 
|    }
 | 
|  }
 | 
|  
 | 
| 
 |