diff options
Diffstat (limited to 'net/base/cert_database_openssl.cc')
-rw-r--r-- | net/base/cert_database_openssl.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/base/cert_database_openssl.cc b/net/base/cert_database_openssl.cc index 1e7a5d7..4de96fa 100644 --- a/net/base/cert_database_openssl.cc +++ b/net/base/cert_database_openssl.cc @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 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 @@ void CertDatabase::ListModules(CryptoModuleList* modules, bool need_rw) const { modules->clear(); } -int CertDatabase::ImportFromPKCS12(net::CryptoModule* module, +int CertDatabase::ImportFromPKCS12(CryptoModule* module, const std::string& data, const string16& password) { // TODO(bulach): implement me. |