| Index: tools/android/loading/sandwich_metrics_unittest.py
|
| diff --git a/tools/android/loading/sandwich_metrics_unittest.py b/tools/android/loading/sandwich_metrics_unittest.py
|
| index c0ce2a43e522c79ff19130539fadc6f02aa32f7d..152e07ee63b8f56ccb197691a88ad5e226df7a91 100644
|
| --- a/tools/android/loading/sandwich_metrics_unittest.py
|
| +++ b/tools/android/loading/sandwich_metrics_unittest.py
|
| @@ -53,8 +53,8 @@ _MINIMALIST_TRACE_EVENTS = [
|
| def TracingTrack(events):
|
| return tracing.TracingTrack.FromJsonDict({
|
| 'events': events,
|
| - 'categories': (tracing.INITIAL_CATEGORIES +
|
| - (sandwich_runner.MEMORY_DUMP_CATEGORY,))})
|
| + 'categories': (sandwich_runner._TRACING_CATEGORIES +
|
| + [sandwich_runner.MEMORY_DUMP_CATEGORY])})
|
|
|
|
|
| def LoadingTrace(events):
|
|
|