| Index: webkit/glue/ftp_directory_listing_response_delegate.cc
|
| diff --git a/webkit/glue/ftp_directory_listing_response_delegate.cc b/webkit/glue/ftp_directory_listing_response_delegate.cc
|
| index 9f7f062f859929c829ee70c610fb1fe3c723cf37..12e0de548502dfc0dd2c24cc903a64e2c5d61f89 100644
|
| --- a/webkit/glue/ftp_directory_listing_response_delegate.cc
|
| +++ b/webkit/glue/ftp_directory_listing_response_delegate.cc
|
| @@ -17,8 +17,8 @@
|
| #include "net/ftp/ftp_directory_listing_parsers.h"
|
| #include "net/ftp/ftp_server_type_histograms.h"
|
| #include "unicode/ucsdet.h"
|
| -#include "webkit/api/public/WebURL.h"
|
| -#include "webkit/api/public/WebURLLoaderClient.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebURL.h"
|
| +#include "third_party/WebKit/WebKit/chromium/public/WebURLLoaderClient.h"
|
|
|
| using WebKit::WebURLLoader;
|
| using WebKit::WebURLLoaderClient;
|
|
|