| Index: chrome/installer/util/install_util.h
|
| ===================================================================
|
| --- chrome/installer/util/install_util.h (revision 62848)
|
| +++ chrome/installer/util/install_util.h (working copy)
|
| @@ -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 @@
|
| 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.
|
|
|