| Index: components/test_runner/test_interfaces.cc
|
| diff --git a/components/test_runner/test_interfaces.cc b/components/test_runner/test_interfaces.cc
|
| index 29ec4b4f6fb151b564159ce0817e17ddb081bcfe..f010d8b02e47cceef254ddcd7510a1a2f71337f7 100644
|
| --- a/components/test_runner/test_interfaces.cc
|
| +++ b/components/test_runner/test_interfaces.cc
|
| @@ -31,7 +31,7 @@ TestInterfaces::TestInterfaces()
|
| main_view_(nullptr) {
|
| blink::setLayoutTestMode(true);
|
| // NOTE: please don't put feature specific enable flags here,
|
| - // instead add them to RuntimeEnabledFeatures.in
|
| + // instead add them to RuntimeEnabledFeatures.json5
|
|
|
| ResetAll();
|
| }
|
|
|