Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1)

Unified Diff: nss_util.h

Issue 6469072: [login_manager] Use keygen helper to generate owner key (Closed) Base URL: http://git.chromium.org/git/login_manager.git@master
Patch Set: Add a few constants Created 9 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mock_owner_key.h ('k') | nss_util.cc » ('j') | session_manager_service.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nss_util.h
diff --git a/nss_util.h b/nss_util.h
index 21f704a3f4368476de4687e69ea5e9531a19dcb1..f3e687394683288c5e3b440a2884fb63720c86e2 100644
--- a/nss_util.h
+++ b/nss_util.h
@@ -6,7 +6,7 @@
#define LOGIN_MANAGER_NSS_UTIL_H_
#include <base/basictypes.h>
-#include <glib/garray.h>
+#include <string>
#include <vector>
class FilePath;
@@ -40,7 +40,7 @@ class NssUtil {
// Factory (the default) this creates and returns a new NssUtil.
static NssUtil* Create();
- static void KeyFromBuffer(const GArray* buf, std::vector<uint8>* out);
+ static void KeyFromBuffer(const std::string& buf, std::vector<uint8>* out);
virtual bool OpenUserDB() = 0;
« no previous file with comments | « mock_owner_key.h ('k') | nss_util.cc » ('j') | session_manager_service.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698