Index: chrome/browser/policy/policy_browsertest.cc |
diff --git a/chrome/browser/policy/policy_browsertest.cc b/chrome/browser/policy/policy_browsertest.cc |
index 044e3988ccf7687074a64145d777b9d62ab043cb..7df961677494a7ee7d009607f04798c3d8e4a45b 100644 |
--- a/chrome/browser/policy/policy_browsertest.cc |
+++ b/chrome/browser/policy/policy_browsertest.cc |
@@ -3363,7 +3363,7 @@ class MediaStreamDevicesControllerBrowserTest |
} |
void FinishAudioTest() { |
- content::MediaStreamRequest request(0, 0, 0, |
+ content::MediaStreamRequest request(0, 0, 0, std::string(), |
request_url_.GetOrigin(), false, |
content::MEDIA_DEVICE_ACCESS, |
std::string(), std::string(), |
@@ -3382,7 +3382,7 @@ class MediaStreamDevicesControllerBrowserTest |
void FinishVideoTest() { |
// TODO(raymes): Test MEDIA_DEVICE_OPEN (Pepper) which grants both webcam |
// and microphone permissions at the same time. |
- content::MediaStreamRequest request(0, 0, 0, |
+ content::MediaStreamRequest request(0, 0, 0, std::string(), |
request_url_.GetOrigin(), false, |
content::MEDIA_DEVICE_ACCESS, |
std::string(), |