| Index: nss_util.h
|
| diff --git a/nss_util.h b/nss_util.h
|
| index f3e687394683288c5e3b440a2884fb63720c86e2..bd53777763569334e098037409c36eb04a0e6b4b 100644
|
| --- a/nss_util.h
|
| +++ b/nss_util.h
|
| @@ -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.
|
|
|
| @@ -40,7 +40,7 @@ class NssUtil {
|
| // Factory (the default) this creates and returns a new NssUtil.
|
| static NssUtil* Create();
|
|
|
| - static void KeyFromBuffer(const std::string& buf, std::vector<uint8>* out);
|
| + static void BlobFromBuffer(const std::string& buf, std::vector<uint8>* out);
|
|
|
| virtual bool OpenUserDB() = 0;
|
|
|
|
|