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; |