| Index: chrome/browser/extensions/api/cast_streaming/performance_test.cc
|
| diff --git a/chrome/browser/extensions/api/cast_streaming/performance_test.cc b/chrome/browser/extensions/api/cast_streaming/performance_test.cc
|
| index 08f042a4b84fbf7b61af61cb18371b0e9099a34f..b9d677f38f0ac3ca200109db71b3b6eba6b2ce7e 100644
|
| --- a/chrome/browser/extensions/api/cast_streaming/performance_test.cc
|
| +++ b/chrome/browser/extensions/api/cast_streaming/performance_test.cc
|
| @@ -32,6 +32,7 @@
|
| #include "content/public/common/content_switches.h"
|
| #include "extensions/common/feature_switch.h"
|
| #include "extensions/common/features/feature.h"
|
| +#include "extensions/common/switches.h"
|
| #include "media/base/video_frame.h"
|
| #include "media/cast/cast_config.h"
|
| #include "media/cast/cast_environment.h"
|
| @@ -346,8 +347,9 @@ class CastV2PerformanceTest
|
| if (HasFlag(kDisableVsync))
|
| command_line->AppendSwitch(switches::kDisableGpuVsync);
|
|
|
| - command_line->AppendSwitchASCII(switches::kWhitelistedExtensionID,
|
| - kExtensionId);
|
| + command_line->AppendSwitchASCII(
|
| + extensions::switches::kWhitelistedExtensionID,
|
| + kExtensionId);
|
| ExtensionApiTest::SetUpCommandLine(command_line);
|
| }
|
|
|
|
|