| Index: components/component_updater/component_updater_service.h
|
| diff --git a/components/component_updater/component_updater_service.h b/components/component_updater/component_updater_service.h
|
| index 48b12a1a8e916ab2cbe78845a8fc5d6a6f94928c..ef1bed67cf22c08214e3ba23b939953fcc0e9f5b 100644
|
| --- a/components/component_updater/component_updater_service.h
|
| +++ b/components/component_updater/component_updater_service.h
|
| @@ -57,11 +57,13 @@ using CrxComponent = update_client::CrxComponent;
|
| using CrxUpdateItem = update_client::CrxUpdateItem;
|
|
|
| struct ComponentInfo {
|
| - ComponentInfo(const std::string& id, const base::string16& name);
|
| + ComponentInfo(const std::string& id, const base::string16& name,
|
| + const base::Version& version);
|
| ~ComponentInfo();
|
|
|
| const std::string id;
|
| const base::string16 name;
|
| + const base::Version version;
|
| };
|
|
|
| // The component update service is in charge of installing or upgrading
|
|
|