diff options
Diffstat (limited to 'net/socket_stream/socket_stream_metrics.h')
-rw-r--r-- | net/socket_stream/socket_stream_metrics.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/net/socket_stream/socket_stream_metrics.h b/net/socket_stream/socket_stream_metrics.h index 66a9ffd..4bd93be6 100644 --- a/net/socket_stream/socket_stream_metrics.h +++ b/net/socket_stream/socket_stream_metrics.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. // @@ -11,12 +11,13 @@ #include "base/basictypes.h" #include "base/time.h" +#include "net/base/net_api.h" class GURL; namespace net { -class SocketStreamMetrics { +class NET_TEST SocketStreamMetrics { public: enum ProtocolType { PROTOCOL_UNKNOWN, |