Chromium Code Reviews

Unified Diff: chrome/installer/setup/uninstall.h

Issue 5756007: Revert 69165 - Merge the installer, installer_util and setup_util namespaces ... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « chrome/installer/setup/setup_util_unittest.cc ('k') | chrome/installer/setup/uninstall.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/uninstall.h
===================================================================
--- chrome/installer/setup/uninstall.h (revision 69165)
+++ chrome/installer/setup/uninstall.h (working copy)
@@ -24,7 +24,7 @@
// suffix for default browser entry name in the registry (optional).
bool DeleteChromeRegistrationKeys(BrowserDistribution* dist, HKEY root,
const std::wstring& browser_entry_suffix,
- installer::InstallStatus& exit_code);
+ installer_util::InstallStatus& exit_code);
// Removes any legacy registry keys from earlier versions of Chrome that are no
// longer needed. This is used during autoupdate since we don't do full
@@ -41,7 +41,7 @@
// any checks for Chrome running.
// cmd_line: CommandLine that contains information about the command that
// was used to launch current uninstaller.
-installer::InstallStatus UninstallChrome(
+installer_util::InstallStatus UninstallChrome(
const FilePath& setup_path, const Product& dist, bool remove_all,
bool force_uninstall, const CommandLine& cmd_line);
« no previous file with comments | « chrome/installer/setup/setup_util_unittest.cc ('k') | chrome/installer/setup/uninstall.cc » ('j') | no next file with comments »

Powered by Google App Engine