Index: rlz/win/lib/registry_util.h |
diff --git a/rlz/win/lib/registry_util.h b/rlz/win/lib/registry_util.h |
index 60b8be6e6a4b0fa8a7e6aa331152819545f92a99..1065233fe56864ab3290fe2865cc79137a86dd1f 100644 |
--- a/rlz/win/lib/registry_util.h |
+++ b/rlz/win/lib/registry_util.h |
@@ -13,12 +13,12 @@ class RegKey; |
namespace rlz_lib { |
-bool RegKeyReadValue(base::win::RegKey& key, |
+bool RegKeyReadValue(const base::win::RegKey& key, |
const wchar_t* name, |
char* value, |
size_t* value_size); |
-bool RegKeyWriteValue(base::win::RegKey& key, |
+bool RegKeyWriteValue(base::win::RegKey* key, |
const wchar_t* name, |
const char* value); |