Index: components/metrics/metrics_hashes.h |
diff --git a/components/metrics/metrics_hashes.h b/components/metrics/metrics_hashes.h |
index 0906c0aafaebbb567044e41c012526346b556959..ef861222b0aaa5af69bbb6af53cfaa53bfc0b537 100644 |
--- a/components/metrics/metrics_hashes.h |
+++ b/components/metrics/metrics_hashes.h |
@@ -15,6 +15,10 @@ namespace metrics { |
// metric names. |
uint64 HashMetricName(const std::string& name); |
+// Computes the MD5 hash of the given string, and returns the first 8 bytes of |
+// the hash. |
+uint64 MetircsHash(const std::string& value); |
+ |
} // namespace metrics |
#endif // COMPONENTS_METRICS_METRICS_HASHES_H_ |