| Index: nss_util.cc
|
| diff --git a/nss_util.cc b/nss_util.cc
|
| index 1f2f963f9ebd36e560c795881e6d1f9e087ed3ab..d87e9b2b21b1da30579718bd45a178271c8fe239 100644
|
| --- a/nss_util.cc
|
| +++ b/nss_util.cc
|
| @@ -1,4 +1,4 @@
|
| -// Copyright (c) 2010 The Chromium OS Authors. All rights reserved.
|
| +// Copyright (c) 2011 The Chromium OS 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 @@ NssUtil* NssUtil::Create() {
|
| }
|
|
|
| // static
|
| -void NssUtil::KeyFromBuffer(const std::string& buf, std::vector<uint8>* out) {
|
| +void NssUtil::BlobFromBuffer(const std::string& buf, std::vector<uint8>* out) {
|
| out->resize(buf.length());
|
| if (out->size() == 0)
|
| return;
|
|
|