| Index: components/update_client/update_client_internal.h
|
| diff --git a/components/update_client/update_client_internal.h b/components/update_client/update_client_internal.h
|
| index 47e9af611c66ef9d5c1799adba385564d493a821..066235849dc0de39364f669b92d227d95482860b 100644
|
| --- a/components/update_client/update_client_internal.h
|
| +++ b/components/update_client/update_client_internal.h
|
| @@ -53,7 +53,7 @@ class UpdateClientImpl : public UpdateClient {
|
| bool IsUpdating(const std::string& id) const override;
|
| void Stop() override;
|
| void SendUninstallPing(const std::string& id,
|
| - const Version& version,
|
| + const base::Version& version,
|
| int reason) override;
|
|
|
| private:
|
|
|