| Index: webkit/child/ftp_directory_listing_response_delegate.h
|
| diff --git a/webkit/child/ftp_directory_listing_response_delegate.h b/webkit/child/ftp_directory_listing_response_delegate.h
|
| index af18f381463f43425337707bee34f6edcecf0c8c..254ca800562b4b137e80f473e51017cf177cf0b9 100644
|
| --- a/webkit/child/ftp_directory_listing_response_delegate.h
|
| +++ b/webkit/child/ftp_directory_listing_response_delegate.h
|
| @@ -12,7 +12,6 @@
|
|
|
| #include "base/basictypes.h"
|
| #include "third_party/WebKit/public/platform/WebURLResponse.h"
|
| -#include "webkit/child/webkit_child_export.h"
|
|
|
| namespace blink {
|
| class WebURLLoader;
|
| @@ -23,7 +22,7 @@ class GURL;
|
|
|
| namespace webkit_glue {
|
|
|
| -class WEBKIT_CHILD_EXPORT FtpDirectoryListingResponseDelegate {
|
| +class FtpDirectoryListingResponseDelegate {
|
| public:
|
| FtpDirectoryListingResponseDelegate(blink::WebURLLoaderClient* client,
|
| blink::WebURLLoader* loader,
|
|
|