diff options
Diffstat (limited to 'chrome/installer/util/install_util.h')
-rw-r--r-- | chrome/installer/util/install_util.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chrome/installer/util/install_util.h b/chrome/installer/util/install_util.h index e72cf04..f33bfb6 100644 --- a/chrome/installer/util/install_util.h +++ b/chrome/installer/util/install_util.h @@ -19,7 +19,12 @@ #include "chrome/installer/util/version.h" class WorkItemList; + +namespace base { +namespace win { class RegKey; +} // namespace win +} // namespace base // This is a utility class that provides common installation related // utility methods that can be used by installer and also unit tested @@ -105,7 +110,8 @@ class InstallUtil { WorkItemList* registration_list); // Deletes the registry key at path key_path under the key given by root_key. - static bool DeleteRegistryKey(RegKey& root_key, const std::wstring& key_path); + static bool DeleteRegistryKey(base::win::RegKey& root_key, + const std::wstring& key_path); // Deletes the registry value named value_name at path key_path under the key // given by reg_root. |