| Index: chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
|
| diff --git a/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc b/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
|
| index c950ed5864ada488f5eb08ad2f781eae01ec6472..91d613afc11e7604b19f676bd3e4fa7950dca8a3 100644
|
| --- a/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
|
| +++ b/chrome/browser/media/chrome_webrtc_disable_encryption_flag_browsertest.cc
|
| @@ -35,7 +35,7 @@ class WebRtcDisableEncryptionFlagBrowserTest : public WebRtcTestBase {
|
| DetectErrorsInJavaScript(); // Look for errors in our rather complex js.
|
| }
|
|
|
| - void SetUpCommandLine(CommandLine* command_line) override {
|
| + void SetUpCommandLine(base::CommandLine* command_line) override {
|
| // This test should run with fake devices.
|
| command_line->AppendSwitch(switches::kUseFakeDeviceForMediaStream);
|
|
|
|
|