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

Unified Diff: chrome/installer/util/install_util.h

Issue 3836005: Move pe_image and registry from base to base/win and use the namespace. It re... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 10 years, 2 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 | « chrome/installer/util/google_update_settings_unittest.cc ('k') | chrome/installer/util/install_util.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « chrome/installer/util/google_update_settings_unittest.cc ('k') | chrome/installer/util/install_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698