diff options
Diffstat (limited to 'net/ftp/ftp_util.h')
-rw-r--r-- | net/ftp/ftp_util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ftp/ftp_util.h b/net/ftp/ftp_util.h index d4fa499..d0250f0 100644 --- a/net/ftp/ftp_util.h +++ b/net/ftp/ftp_util.h @@ -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 @@ class Time; 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); |