| Index: components/update_client/ping_manager.h
|
| diff --git a/components/update_client/ping_manager.h b/components/update_client/ping_manager.h
|
| index be6180e37a273377ff8e2d1a6906856dc40abbae..d5a6311d4cb1f352aff12e3127c433c7b2a19342 100644
|
| --- a/components/update_client/ping_manager.h
|
| +++ b/components/update_client/ping_manager.h
|
| @@ -19,7 +19,7 @@ class PingManager {
|
| explicit PingManager(const scoped_refptr<Configurator>& config);
|
| virtual ~PingManager();
|
|
|
| - virtual void OnUpdateComplete(const CrxUpdateItem* item);
|
| + virtual void SendPing(const CrxUpdateItem* item);
|
|
|
| private:
|
| const scoped_refptr<Configurator> config_;
|
|
|