| Index: components/metrics/gpu/gpu_metrics_provider.h
|
| diff --git a/components/metrics/gpu/gpu_metrics_provider.h b/components/metrics/gpu/gpu_metrics_provider.h
|
| index d10db56f78483b20516983c108288ea6c62dda38..810ef6efef0647011e554b0cc7e43d2e089b0c10 100644
|
| --- a/components/metrics/gpu/gpu_metrics_provider.h
|
| +++ b/components/metrics/gpu/gpu_metrics_provider.h
|
| @@ -19,7 +19,7 @@ class GPUMetricsProvider : public MetricsProvider {
|
|
|
| // MetricsProvider:
|
| virtual void ProvideSystemProfileMetrics(
|
| - SystemProfileProto* system_profile_proto) OVERRIDE;
|
| + SystemProfileProto* system_profile_proto) override;
|
|
|
| protected:
|
| // Exposed for the sake of mocking in test code.
|
|
|