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

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

Issue 2258243002: Consistently use namespaced base::Version in chrome/installer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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/setup/setup_util_unittest.cc ('k') | chrome/installer/test/alternate_version_generator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/setup/uninstall.cc
diff --git a/chrome/installer/setup/uninstall.cc b/chrome/installer/setup/uninstall.cc
index 4a2760bcbbee33825eb0006fec493689f68d6377..b1c5c5b30caf7aa0a3406be6c7987778f4524bb5 100644
--- a/chrome/installer/setup/uninstall.cc
+++ b/chrome/installer/setup/uninstall.cc
@@ -165,8 +165,8 @@ void ProcessChromeWorkItems(const InstallerState& installer_state,
"Cleanup OS upgrade command and deprecated per-user registrations");
work_item_list->set_best_effort(true);
work_item_list->set_rollback_enabled(false);
- AddOsUpgradeWorkItems(installer_state, base::FilePath(), Version(), product,
- work_item_list.get());
+ AddOsUpgradeWorkItems(installer_state, base::FilePath(), base::Version(),
+ product, work_item_list.get());
// Perform a best-effort cleanup of per-user keys. On system-level installs
// this will only cleanup keys for the user running the uninstall but it was
// considered that this was good enough (better than triggering Active Setup
« no previous file with comments | « chrome/installer/setup/setup_util_unittest.cc ('k') | chrome/installer/test/alternate_version_generator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698