| Index: net/ftp/ftp_directory_listing_parsers.h
|
| diff --git a/net/ftp/ftp_directory_listing_parsers.h b/net/ftp/ftp_directory_listing_parsers.h
|
| index 230c641814d9ec7c7a4af9086121377bae53f8c6..2cf0c4fd28193b4cef7cb754c7097ec90bccc349 100644
|
| --- a/net/ftp/ftp_directory_listing_parsers.h
|
| +++ b/net/ftp/ftp_directory_listing_parsers.h
|
| @@ -55,6 +55,8 @@ class FtpLsDirectoryListingParser : public FtpDirectoryListingParser {
|
| virtual FtpDirectoryListingEntry PopEntry();
|
|
|
| private:
|
| + bool received_nonempty_line_;
|
| +
|
| std::queue<FtpDirectoryListingEntry> entries_;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(FtpLsDirectoryListingParser);
|
|
|