| Index: webkit/glue/ftp_directory_listing_response_delegate.h
|
| diff --git a/webkit/glue/ftp_directory_listing_response_delegate.h b/webkit/glue/ftp_directory_listing_response_delegate.h
|
| index 1218da9b7956b1b66ce036f5c55ba751a89868c7..e259c1e14b31cd38071cf52bf8fda51c4c6fce0a 100644
|
| --- a/webkit/glue/ftp_directory_listing_response_delegate.h
|
| +++ b/webkit/glue/ftp_directory_listing_response_delegate.h
|
| @@ -61,6 +61,8 @@ class FtpDirectoryListingResponseDelegate {
|
|
|
| // True if we got an error when parsing the response.
|
| bool had_parsing_error_;
|
| +
|
| + DISALLOW_COPY_AND_ASSIGN(FtpDirectoryListingResponseDelegate);
|
| };
|
|
|
| } // namespace webkit_glue
|
|
|