| Index: net/ftp/ftp_directory_listing_parser_netware.h
|
| ===================================================================
|
| --- net/ftp/ftp_directory_listing_parser_netware.h (revision 95949)
|
| +++ net/ftp/ftp_directory_listing_parser_netware.h (working copy)
|
| @@ -9,7 +9,7 @@
|
| #include <vector>
|
|
|
| #include "base/string16.h"
|
| -#include "net/base/net_api.h"
|
| +#include "net/base/net_export.h"
|
|
|
| namespace base {
|
| class Time;
|
| @@ -20,7 +20,7 @@
|
| struct FtpDirectoryListingEntry;
|
|
|
| // Parses Netware FTP directory listing. Returns true on success.
|
| -NET_TEST bool ParseFtpDirectoryListingNetware(
|
| +NET_EXPORT_PRIVATE bool ParseFtpDirectoryListingNetware(
|
| const std::vector<string16>& lines,
|
| const base::Time& current_time,
|
| std::vector<FtpDirectoryListingEntry>* entries);
|
|
|