| Index: net/base/net_log.h
|
| diff --git a/net/base/net_log.h b/net/base/net_log.h
|
| index dbcf09929b3fb2760cfa990733f25d42cc156c55..d97c6220d78f083f8fba4f154f47badb6b4c48df 100644
|
| --- a/net/base/net_log.h
|
| +++ b/net/base/net_log.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2011 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2012 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.
|
|
|
| @@ -301,7 +301,7 @@ class NET_EXPORT NetLogStringParameter : public NetLog::EventParameters {
|
|
|
| // NetLogIntegerParameter is a subclass of EventParameters that encapsulates a
|
| // single integer parameter.
|
| -class NetLogIntegerParameter : public NetLog::EventParameters {
|
| +class NET_EXPORT NetLogIntegerParameter : public NetLog::EventParameters {
|
| public:
|
| // |name| must be a string literal.
|
| NetLogIntegerParameter(const char* name, int value)
|
|
|