| Index: net/base/address_list.h | 
| diff --git a/net/base/address_list.h b/net/base/address_list.h | 
| index e03e5c5f8ad5667e5001f5a8860c9c64e59017e4..edcdf09b2d85225ae6b8f0943f9163f36191e12c 100644 | 
| --- a/net/base/address_list.h | 
| +++ b/net/base/address_list.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. | 
|  | 
| @@ -31,7 +31,7 @@ class NET_EXPORT AddressList { | 
| // Creates an address list for a list of IP literals. | 
| static AddressList CreateFromIPAddressList( | 
| const IPAddressList& addresses, | 
| -      uint16 port); | 
| +      const std::string& canonical_name); | 
|  | 
| // Creates an address list for a single IP literal. | 
| static AddressList CreateFromIPAddress( | 
|  |