| Index: net/ftp/ftp_util.h
|
| ===================================================================
|
| --- net/ftp/ftp_util.h (revision 95949)
|
| +++ net/ftp/ftp_util.h (working copy)
|
| @@ -9,7 +9,7 @@
|
| #include <string>
|
|
|
| #include "base/string16.h"
|
| -#include "net/base/net_api.h"
|
| +#include "net/base/net_export.h"
|
|
|
| namespace base {
|
| class Time;
|
| @@ -17,7 +17,7 @@
|
|
|
| namespace net {
|
|
|
| -class NET_TEST FtpUtil {
|
| +class NET_EXPORT_PRIVATE FtpUtil {
|
| public:
|
| // Converts Unix file path to VMS path (must be a file, and not a directory).
|
| static std::string UnixFilePathToVMS(const std::string& unix_path);
|
|
|