Index: chrome/common/metrics/metrics_log_base.h |
diff --git a/chrome/common/metrics/metrics_log_base.h b/chrome/common/metrics/metrics_log_base.h |
index b11f032eef0d0450dfbbcfda56c244f96b4c4351..5b87f076920435845372946ed300f402054768d5 100644 |
--- a/chrome/common/metrics/metrics_log_base.h |
+++ b/chrome/common/metrics/metrics_log_base.h |
@@ -75,7 +75,7 @@ class MetricsLogBase { |
base::TimeDelta load_time); |
// Record any changes in a given histogram for transmission. |
- void RecordHistogramDelta(const base::Histogram& histogram, |
+ void RecordHistogramDelta(const std::string& histogram_name, |
const base::HistogramSamples& snapshot); |
// Stop writing to this record and generate the encoded representation. |