Index: base/test/statistics_delta_reader.h |
diff --git a/base/test/statistics_delta_reader.h b/base/test/statistics_delta_reader.h |
index 4921d61d076a8ca68a40bf625574d69f41e12f7c..26d87c5b0ad3163ef940ff5ed646c5ebeb9ea3b6 100644 |
--- a/base/test/statistics_delta_reader.h |
+++ b/base/test/statistics_delta_reader.h |
@@ -17,6 +17,10 @@ class HistogramSamples; |
// This class acts as a differential reader for histogram samples, enabling |
// tests to check that metrics were recorded as they should be. |
+// |
+// This class is DEPRECATED. |
+// TODO(mlerman): Remove all references to this class with UMAHistogramHelper |
+// references. crbug.com/384011 |
Ilya Sherman
2014/06/13 19:58:11
This class is actually used from //net, which cann
Mike Lerman
2014/06/16 14:59:13
I may, although there is code in UMAHistogramHelpe
|
class StatisticsDeltaReader { |
public: |
StatisticsDeltaReader(); |