Index: components/update_client/update_client.h |
diff --git a/components/update_client/update_client.h b/components/update_client/update_client.h |
index 29b80e065812cfa574fcdfa8d975333803343dc7..012a59d5f8686d33b9dbbbe3d2d26cdb96143e14 100644 |
--- a/components/update_client/update_client.h |
+++ b/components/update_client/update_client.h |
@@ -188,7 +188,7 @@ struct CrxComponent { |
// The current version if the CRX is updated. Otherwise, "0" or "0.0" if |
// the CRX is installed. |
- Version version; |
+ base::Version version; |
std::string fingerprint; // Optional. |
std::string name; // Optional. |