| Index: chrome/browser/metrics/metrics_log.h
|
| diff --git a/chrome/browser/metrics/metrics_log.h b/chrome/browser/metrics/metrics_log.h
|
| index 0903b1428f87d68b831f2a77d24c6748bb4c8008..026792cb3993805ec06909062e46765913b28679 100644
|
| --- a/chrome/browser/metrics/metrics_log.h
|
| +++ b/chrome/browser/metrics/metrics_log.h
|
| @@ -63,7 +63,7 @@ class MetricsLog : public MetricsLogBase {
|
| // Get the current version of the application as a string.
|
| static std::string GetVersionString();
|
|
|
| - virtual MetricsLog* AsMetricsLog();
|
| + virtual MetricsLog* AsMetricsLog() OVERRIDE;
|
|
|
| // Use |extension| in all uploaded appversions in addition to the standard
|
| // version string.
|
|
|