| Index: net/socket/socket_test_util.cc
|
| ===================================================================
|
| --- net/socket/socket_test_util.cc (revision 43832)
|
| +++ net/socket/socket_test_util.cc (working copy)
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2009 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.
|
|
|
| @@ -52,7 +52,6 @@
|
|
|
| int MockClientSocket::GetPeerAddress(AddressList* address) const {
|
| return net::SystemHostResolverProc("localhost", ADDRESS_FAMILY_UNSPECIFIED,
|
| - 0,
|
| address);
|
| }
|
|
|
|
|