| Index: net/ftp/ftp_network_session.h
|
| ===================================================================
|
| --- net/ftp/ftp_network_session.h (revision 95949)
|
| +++ net/ftp/ftp_network_session.h (working copy)
|
| @@ -7,7 +7,7 @@
|
| #pragma once
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "net/base/net_api.h"
|
| +#include "net/base/net_export.h"
|
| #include "net/ftp/ftp_auth_cache.h"
|
|
|
| namespace net {
|
| @@ -15,7 +15,8 @@
|
| class HostResolver;
|
|
|
| // This class holds session objects used by FtpNetworkTransaction objects.
|
| -class NET_TEST FtpNetworkSession : public base::RefCounted<FtpNetworkSession> {
|
| +class NET_EXPORT_PRIVATE FtpNetworkSession
|
| + : public base::RefCounted<FtpNetworkSession> {
|
| public:
|
| explicit FtpNetworkSession(HostResolver* host_resolver);
|
|
|
|
|