| Index: tools/perf/measurements/oilpan_gc_times_unittest.py
 | 
| diff --git a/tools/perf/measurements/oilpan_gc_times_unittest.py b/tools/perf/measurements/oilpan_gc_times_unittest.py
 | 
| index dd129b58dbe14d25a59a3b6def1ff96c1b250e3a..06dc9c5d4764798fc8245e37ee8a4f64a5cfaa17 100644
 | 
| --- a/tools/perf/measurements/oilpan_gc_times_unittest.py
 | 
| +++ b/tools/perf/measurements/oilpan_gc_times_unittest.py
 | 
| @@ -75,7 +75,7 @@ class OilpanGCTimesTest(page_test_test_case.PageTestTestCase):
 | 
|       that all metrics were added to the results.  The test is purely functional,
 | 
|       i.e. it only checks if the metrics are present and non-zero.
 | 
|    """
 | 
| -  _KEY_MARK = 'Heap::collectGarbage'
 | 
| +  _KEY_MARK = 'BlinkGCMarking'
 | 
|    _KEY_LAZY_SWEEP = 'ThreadHeap::lazySweepPages'
 | 
|    _KEY_COMPLETE_SWEEP = 'ThreadState::completeSweep'
 | 
|    _KEY_COALESCE = 'ThreadHeap::coalesce'
 | 
| 
 |