| Index: net/base/host_mapping_rules.h
|
| ===================================================================
|
| --- net/base/host_mapping_rules.h (revision 85332)
|
| +++ net/base/host_mapping_rules.h (working copy)
|
| @@ -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.
|
|
|
| @@ -9,12 +9,13 @@
|
| #include <string>
|
| #include <vector>
|
| #include "base/basictypes.h"
|
| +#include "net/base/net_api.h"
|
|
|
| namespace net {
|
|
|
| class HostPortPair;
|
|
|
| -class HostMappingRules {
|
| +class NET_TEST HostMappingRules {
|
| public:
|
| HostMappingRules();
|
| ~HostMappingRules();
|
|
|