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

Unified Diff: chrome/browser/component_updater/crx_update_item.h

Issue 109673004: Revert "Update all users of base::Version to explicitly specify the namespace, and clean up the hea… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 12 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
Index: chrome/browser/component_updater/crx_update_item.h
diff --git a/chrome/browser/component_updater/crx_update_item.h b/chrome/browser/component_updater/crx_update_item.h
index be79e483b33b7deeb2894fce9ea3f0f0fb6c28de..477da9ab73376bb0c3605593b3dfe26f2ceb61b2 100644
--- a/chrome/browser/component_updater/crx_update_item.h
+++ b/chrome/browser/component_updater/crx_update_item.h
@@ -84,8 +84,8 @@ struct CrxUpdateItem {
std::vector<GURL> crx_diffurls;
// The from/to version and fingerprint values.
- base::Version previous_version;
- base::Version next_version;
+ Version previous_version;
+ Version next_version;
std::string previous_fp;
std::string next_fp;

Powered by Google App Engine
This is Rietveld 408576698