| Index: webkit/child/ftp_directory_listing_response_delegate.cc
|
| diff --git a/webkit/glue/ftp_directory_listing_response_delegate.cc b/webkit/child/ftp_directory_listing_response_delegate.cc
|
| similarity index 97%
|
| rename from webkit/glue/ftp_directory_listing_response_delegate.cc
|
| rename to webkit/child/ftp_directory_listing_response_delegate.cc
|
| index 0629000e1a70735d088e05563d53c495fee0c95a..d84ada67c20c1723daa3d4cf8457c1cae20d980e 100644
|
| --- a/webkit/glue/ftp_directory_listing_response_delegate.cc
|
| +++ b/webkit/child/ftp_directory_listing_response_delegate.cc
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#include "webkit/glue/ftp_directory_listing_response_delegate.h"
|
| +#include "webkit/child/ftp_directory_listing_response_delegate.h"
|
|
|
| #include <vector>
|
|
|
| @@ -19,7 +19,7 @@
|
| #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/glue/weburlresponse_extradata_impl.h"
|
| +#include "webkit/child/weburlresponse_extradata_impl.h"
|
|
|
| using net::FtpDirectoryListingEntry;
|
|
|
|
|