| Index: components/component_updater/update_checker.cc
|
| diff --git a/components/component_updater/update_checker.cc b/components/component_updater/update_checker.cc
|
| index 3bfff63980a9004ad948bd605cca3e39910b3f49..f14263c2e946452b3ad4be1c1d94bac796e2545d 100644
|
| --- a/components/component_updater/update_checker.cc
|
| +++ b/components/component_updater/update_checker.cc
|
| @@ -79,10 +79,10 @@ std::string BuildUpdateCheckRequest(const Configurator& config,
|
| class UpdateCheckerImpl : public UpdateChecker {
|
| public:
|
| explicit UpdateCheckerImpl(const Configurator& config);
|
| - virtual ~UpdateCheckerImpl();
|
| + ~UpdateCheckerImpl() override;
|
|
|
| // Overrides for UpdateChecker.
|
| - virtual bool CheckForUpdates(
|
| + bool CheckForUpdates(
|
| const std::vector<CrxUpdateItem*>& items_to_check,
|
| const std::string& additional_attributes,
|
| const UpdateCheckCallback& update_check_callback) override;
|
|
|