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 { |
wtc
2011/05/16 20:55:17
I seem to remember there are command-line switches
rvargas (doing something else)
2011/05/16 22:41:56
That is performed with:
if (parsed_command_line.Ha
wtc
2011/05/16 23:07:13
Thank you for looking into this. Please keep this
|
public: |
HostMappingRules(); |
~HostMappingRules(); |