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

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

Issue 5729004: Merge the installer, installer_util and setup_util namespaces into a single i... (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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/installer/setup/uninstall.h
===================================================================
--- chrome/installer/setup/uninstall.h (revision 68996)
+++ 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_util::InstallStatus& exit_code);
+ installer::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_util::InstallStatus UninstallChrome(
+installer::InstallStatus UninstallChrome(
const FilePath& setup_path, const Product& dist, bool remove_all,
bool force_uninstall, const CommandLine& cmd_line);

Powered by Google App Engine
This is Rietveld 408576698