Index: components/update_client/crx_update_item.h |
diff --git a/components/update_client/crx_update_item.h b/components/update_client/crx_update_item.h |
index a9cf171bb5b99ad3d1f99f6c93dfe541ef5e7b63..34fed9dfb51b45a5d2f846b4eafaefa04de30f10 100644 |
--- a/components/update_client/crx_update_item.h |
+++ b/components/update_client/crx_update_item.h |
@@ -85,8 +85,8 @@ struct CrxUpdateItem { |
std::vector<GURL> crx_diffurls; |
// The from/to version and fingerprint values. |
- Version previous_version; |
- Version next_version; |
+ base::Version previous_version; |
+ base::Version next_version; |
std::string previous_fp; |
std::string next_fp; |