diff options
Diffstat (limited to 'net/url_request/https_prober.h')
-rw-r--r-- | net/url_request/https_prober.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/url_request/https_prober.h b/net/url_request/https_prober.h index 327fc16..2ab1f86 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 |