diff options
Diffstat (limited to 'net/socket_stream/socket_stream_metrics.h')
-rw-r--r-- | net/socket_stream/socket_stream_metrics.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/socket_stream/socket_stream_metrics.h b/net/socket_stream/socket_stream_metrics.h index e69ba25..252a9ea 100644 --- a/net/socket_stream/socket_stream_metrics.h +++ b/net/socket_stream/socket_stream_metrics.h @@ -11,13 +11,13 @@ #include "base/basictypes.h" #include "base/time.h" -#include "net/base/net_api.h" +#include "net/base/net_export.h" class GURL; namespace net { -class NET_TEST SocketStreamMetrics { +class NET_EXPORT_PRIVATE SocketStreamMetrics { public: enum ProtocolType { PROTOCOL_UNKNOWN, |