| Index: content/browser/tracing/background_tracing_config_unittest.cc
 | 
| diff --git a/content/browser/tracing/background_tracing_config_unittest.cc b/content/browser/tracing/background_tracing_config_unittest.cc
 | 
| index 640b7fe0a00efb6f3e118dd3d7494ae5c7b46665..1820a0b35c6bcb47a08400c64586e21b79e5c1d1 100644
 | 
| --- a/content/browser/tracing/background_tracing_config_unittest.cc
 | 
| +++ b/content/browser/tracing/background_tracing_config_unittest.cc
 | 
| @@ -284,6 +284,7 @@ TEST_F(BackgroundTracingConfigTest, ValidPreemptiveCategoryToString) {
 | 
|        BackgroundTracingConfigImpl::BENCHMARK_STARTUP,
 | 
|        BackgroundTracingConfigImpl::BENCHMARK_BLINK_GC,
 | 
|        BackgroundTracingConfigImpl::BENCHMARK_MEMORY_HEAVY,
 | 
| +      BackgroundTracingConfigImpl::BENCHMARK_MEMORY_LIGHT,
 | 
|        BackgroundTracingConfigImpl::BENCHMARK_EXECUTION_METRIC,
 | 
|        BackgroundTracingConfigImpl::BLINK_STYLE,
 | 
|    };
 | 
| @@ -295,6 +296,7 @@ TEST_F(BackgroundTracingConfigTest, ValidPreemptiveCategoryToString) {
 | 
|                                      "BENCHMARK_STARTUP",
 | 
|                                      "BENCHMARK_BLINK_GC",
 | 
|                                      "BENCHMARK_MEMORY_HEAVY",
 | 
| +                                    "BENCHMARK_MEMORY_LIGHT",
 | 
|                                      "BENCHMARK_EXECUTION_METRIC",
 | 
|                                      "BLINK_STYLE"};
 | 
|    for (size_t i = 0;
 | 
| 
 |