| 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 34fed9dfb51b45a5d2f846b4eafaefa04de30f10..a9cf171bb5b99ad3d1f99f6c93dfe541ef5e7b63 100644
|
| --- a/components/update_client/crx_update_item.h
|
| +++ b/components/update_client/crx_update_item.h
|
| @@ -85,8 +85,8 @@
|
| 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;
|
|
|
|
|