| Index: trunk/src/chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc
|
| ===================================================================
|
| --- trunk/src/chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc (revision 260283)
|
| +++ trunk/src/chrome/browser/media/chrome_webrtc_apprtc_browsertest.cc (working copy)
|
| @@ -119,7 +119,7 @@
|
| // Apprtc will set remoteVideo.style.opacity to 1 when the call comes up.
|
| std::string javascript =
|
| "window.domAutomationController.send(remoteVideo.style.opacity)";
|
| - return test::PollingWaitUntil(javascript, "1", tab_contents);
|
| + return PollingWaitUntil(javascript, "1", tab_contents);
|
| }
|
|
|
| bool EvalInJavascriptFile(content::WebContents* tab_contents,
|
|
|