| Index: base/metrics/metrics_hashes.h
|
| diff --git a/base/metrics/metrics_hashes.h b/base/metrics/metrics_hashes.h
|
| index ff1c800246870f7a46e80c2d15c7fc0bce4b6a33..bd040173fb2794a766769a35bab7f13098930150 100644
|
| --- a/base/metrics/metrics_hashes.h
|
| +++ b/base/metrics/metrics_hashes.h
|
| @@ -12,8 +12,8 @@
|
|
|
| namespace base {
|
|
|
| -// Computes a uint64 hash of a given string based on its MD5 hash. Suitable for
|
| -// metric names.
|
| +// Computes a uint64_t hash of a given string based on its MD5 hash. Suitable
|
| +// for metric names.
|
| BASE_EXPORT uint64_t HashMetricName(const std::string& name);
|
|
|
| } // namespace metrics
|
|
|