| Index: chrome/browser/media/webrtc_browsertest_base.h
|
| diff --git a/chrome/browser/media/webrtc_browsertest_base.h b/chrome/browser/media/webrtc_browsertest_base.h
|
| index 93567e3f54bd312a4007fa87a9722b08c141fd4e..bea46c7f1e9ce798c2db780d2759bca299c41148 100644
|
| --- a/chrome/browser/media/webrtc_browsertest_base.h
|
| +++ b/chrome/browser/media/webrtc_browsertest_base.h
|
| @@ -9,7 +9,9 @@
|
|
|
| #include "chrome/test/base/in_process_browser_test.h"
|
|
|
| +namespace infobars {
|
| class InfoBar;
|
| +}
|
|
|
| namespace content {
|
| class WebContents;
|
| @@ -104,9 +106,10 @@ class WebRtcTestBase : public InProcessBrowserTest {
|
|
|
| private:
|
| void CloseInfoBarInTab(content::WebContents* tab_contents,
|
| - InfoBar* infobar) const;
|
| - InfoBar* GetUserMediaAndWaitForInfoBar(content::WebContents* tab_contents,
|
| - const std::string& constraints) const;
|
| + infobars::InfoBar* infobar) const;
|
| + infobars::InfoBar* GetUserMediaAndWaitForInfoBar(
|
| + content::WebContents* tab_contents,
|
| + const std::string& constraints) const;
|
|
|
| bool detect_errors_in_javascript_;
|
|
|
|
|