Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3993)

Unified Diff: chrome/browser/media/webrtc_browsertest_base.h

Issue 240193003: Move Infobars core files to the Infobars component (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix nib name on mac Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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_;
« no previous file with comments | « chrome/browser/media/protected_media_identifier_infobar_delegate.cc ('k') | chrome/browser/media/webrtc_browsertest_base.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698