| Index: content/child/runtime_features.cc
|
| diff --git a/content/child/runtime_features.cc b/content/child/runtime_features.cc
|
| index 6345f3724c17583c6a33b168c8a470804fbb30f9..9386b8ea79d4f18c45e7a865b70b7c6abceac18f 100644
|
| --- a/content/child/runtime_features.cc
|
| +++ b/content/child/runtime_features.cc
|
| @@ -81,7 +81,7 @@ static void SetRuntimeFeatureDefaultsForPlatform() {
|
| }
|
|
|
| void SetRuntimeFeaturesDefaultsAndUpdateFromArgs(
|
| - const CommandLine& command_line) {
|
| + const base::CommandLine& command_line) {
|
| if (command_line.HasSwitch(switches::kEnableExperimentalWebPlatformFeatures))
|
| WebRuntimeFeatures::enableExperimentalFeatures(true);
|
|
|
|
|