| Index: components/metrics/metrics_provider.h
|
| ===================================================================
|
| --- components/metrics/metrics_provider.h (revision 272171)
|
| +++ components/metrics/metrics_provider.h (working copy)
|
| @@ -34,7 +34,7 @@
|
| // directly into |stability_proto| fields or by logging stability histograms
|
| // via the UMA_STABILITY_HISTOGRAM_ENUMERATION() macro.
|
| virtual void ProvideStabilityMetrics(
|
| - SystemProfileProto_Stability* stability_proto) {}
|
| + SystemProfileProto* system_profile_proto) {}
|
|
|
| // Provides general metrics that are neither system profile nor stability
|
| // metrics.
|
|
|