diff options
Diffstat (limited to 'net/base/ssl_config_service_win.h')
-rw-r--r-- | net/base/ssl_config_service_win.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/ssl_config_service_win.h b/net/base/ssl_config_service_win.h index e7b77c7..928ca1a 100644 --- a/net/base/ssl_config_service_win.h +++ b/net/base/ssl_config_service_win.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-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. @@ -53,7 +53,7 @@ class SSLConfigServiceWin : public SSLConfigService { base::TimeTicks config_time_; bool ever_updated_; - DISALLOW_EVIL_CONSTRUCTORS(SSLConfigServiceWin); + DISALLOW_COPY_AND_ASSIGN(SSLConfigServiceWin); }; } // namespace net |