| Index: net/url_request/https_prober.h
|
| diff --git a/net/url_request/https_prober.h b/net/url_request/https_prober.h
|
| index 327fc1695d2a1697979d6886f94b04ae41bbb352..2ab1f863ca2f64c4c13fb2f89328a043977830df 100644
|
| --- a/net/url_request/https_prober.h
|
| +++ b/net/url_request/https_prober.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.
|
|
|
| @@ -66,7 +66,7 @@ class HTTPSProber : public URLRequest::Delegate {
|
| std::set<std::string> probed_;
|
|
|
| friend struct DefaultSingletonTraits<HTTPSProber>;
|
| - DISALLOW_EVIL_CONSTRUCTORS(HTTPSProber);
|
| + DISALLOW_COPY_AND_ASSIGN(HTTPSProber);
|
| };
|
|
|
| } // namespace net
|
|
|