| 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 84ee7676bf75f2af51853337db54407a5cabc7b8..a73786c108210680a94119268f4960ecce4ef191 100644
|
| --- a/components/update_client/crx_update_item.h
|
| +++ b/components/update_client/crx_update_item.h
|
| @@ -94,8 +94,8 @@ struct CrxUpdateItem {
|
| std::string hashdiff_sha256;
|
|
|
| // 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;
|
|
|
|
|