| Index: base/metrics/statistics_recorder.h
|
| diff --git a/base/metrics/statistics_recorder.h b/base/metrics/statistics_recorder.h
|
| index 5e53f274a0e8ee289b66f908bcea83b8ef6f1362..c0080ffb6effd2ee93bb2a8afe335d6394e29585 100644
|
| --- a/base/metrics/statistics_recorder.h
|
| +++ b/base/metrics/statistics_recorder.h
|
| @@ -92,6 +92,8 @@ class BASE_EXPORT StatisticsRecorder {
|
| friend class StatisticsRecorderTest;
|
| FRIEND_TEST_ALL_PREFIXES(HistogramDeltaSerializationTest,
|
| DeserializeHistogramAndAddSamples);
|
| + FRIEND_TEST_ALL_PREFIXES(HistogramSnapshotManagerTest,
|
| + PrepareDeltasHistogramFilter);
|
|
|
| // The constructor just initializes static members. Usually client code should
|
| // use Initialize to do this. But in test code, you can friend this class and
|
|
|