| Index: chrome/browser/chromeos/upgrade_detector_chromeos.h
|
| diff --git a/chrome/browser/chromeos/upgrade_detector_chromeos.h b/chrome/browser/chromeos/upgrade_detector_chromeos.h
|
| index 93be807c3f5f80332da0bca780935d9bcd777e05..cbd299793744941d695b11c5215c1f8256d52db1 100644
|
| --- a/chrome/browser/chromeos/upgrade_detector_chromeos.h
|
| +++ b/chrome/browser/chromeos/upgrade_detector_chromeos.h
|
| @@ -34,7 +34,7 @@ class UpgradeDetectorChromeos : public UpgradeDetector,
|
|
|
| // chromeos::UpdateEngineClient::Observer implementation.
|
| virtual void UpdateStatusChanged(
|
| - const chromeos::UpdateEngineClient::Status& status) OVERRIDE;
|
| + const chromeos::UpdateEngineClient::Status& status) override;
|
|
|
| // The function that sends out a notification (after a certain time has
|
| // elapsed) that lets the rest of the UI know we should start notifying the
|
|
|