summaryrefslogtreecommitdiffstats
path: root/chrome/common/metrics/metrics_log_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/common/metrics/metrics_log_base.h')
-rw-r--r--chrome/common/metrics/metrics_log_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/metrics/metrics_log_base.h b/chrome/common/metrics/metrics_log_base.h
index 92e7206..c468229 100644
--- a/chrome/common/metrics/metrics_log_base.h
+++ b/chrome/common/metrics/metrics_log_base.h
@@ -56,7 +56,7 @@ class MetricsLogBase {
static int64 GetCurrentTime();
// Records a user-initiated action.
- void RecordUserAction(const char* key);
+ void RecordUserAction(const std::string& key);
// Record any changes in a given histogram for transmission.
void RecordHistogramDelta(const std::string& histogram_name,