| Index: components/component_updater/update_checker.cc
|
| diff --git a/components/component_updater/update_checker.cc b/components/component_updater/update_checker.cc
|
| index cef39120f06a81d49f1ea2c98c6944261878ef61..3bfff63980a9004ad948bd605cca3e39910b3f49 100644
|
| --- a/components/component_updater/update_checker.cc
|
| +++ b/components/component_updater/update_checker.cc
|
| @@ -85,7 +85,7 @@ class UpdateCheckerImpl : public UpdateChecker {
|
| virtual bool CheckForUpdates(
|
| const std::vector<CrxUpdateItem*>& items_to_check,
|
| const std::string& additional_attributes,
|
| - const UpdateCheckCallback& update_check_callback) OVERRIDE;
|
| + const UpdateCheckCallback& update_check_callback) override;
|
|
|
| private:
|
| void OnRequestSenderComplete(const net::URLFetcher* source);
|
|
|