| Index: net/tools/fetch/http_listen_socket.h
|
| diff --git a/net/tools/fetch/http_listen_socket.h b/net/tools/fetch/http_listen_socket.h
|
| index 73f09f6714da011976be7c20bcf4a481a3d0f87e..15df455baa896db0b09d2487f5f2f808e3b9f5b5 100644
|
| --- a/net/tools/fetch/http_listen_socket.h
|
| +++ b/net/tools/fetch/http_listen_socket.h
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2009 The Chromium Authors. All rights reserved.
|
| +// Copyright (c) 2010 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.
|
|
|
| @@ -54,7 +54,7 @@ class HttpListenSocket : public ListenSocket,
|
| HttpListenSocket::Delegate* delegate_;
|
| std::string recv_data_;
|
|
|
| - DISALLOW_EVIL_CONSTRUCTORS(HttpListenSocket);
|
| + DISALLOW_COPY_AND_ASSIGN(HttpListenSocket);
|
| };
|
|
|
| #endif // NET_BASE_TOOLS_HTTP_LISTEN_SOCKET_H_
|
|
|