| Index: chrome/browser/upgrade_detector_impl.h
|
| diff --git a/chrome/browser/upgrade_detector_impl.h b/chrome/browser/upgrade_detector_impl.h
|
| index 90abe05c07c4ed8eadaa66e5af2b06bbd68dae2e..0f90229a7bbd84bbafbc824cab83fb61d3ce4d7a 100644
|
| --- a/chrome/browser/upgrade_detector_impl.h
|
| +++ b/chrome/browser/upgrade_detector_impl.h
|
| @@ -31,7 +31,7 @@ class UpgradeDetectorImpl :
|
| UpgradeDetectorImpl();
|
|
|
| // chrome_variations::VariationsService::Observer:
|
| - virtual void OnExperimentChangesDetected(Severity severity) OVERRIDE;
|
| + virtual void OnExperimentChangesDetected(Severity severity) override;
|
|
|
| // Trigger an "on upgrade" notification based on the specified |time_passed|
|
| // interval. Exposed as protected for testing.
|
|
|