Index: chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h |
diff --git a/chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h b/chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h |
index 1daa6351b333f746612385170d3d3163e73a8305..ac6d5081802e95b0af0e1ed2fa7f43dd78f5a8f3 100644 |
--- a/chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h |
+++ b/chrome/browser/ui/cocoa/infobars/media_stream_infobar_controller.h |
@@ -10,7 +10,7 @@ |
#import "base/memory/scoped_nsobject.h" |
#include "base/memory/scoped_ptr.h" |
-class InfoBarTabHelper; |
+class InfoBarTabService; |
class MediaStreamDevicesMenuModel; |
class MediaStreamInfoBarDelegate; |
@class NSButton; |
@@ -32,7 +32,7 @@ class MediaStreamInfoBarDelegate; |
} |
- (id)initWithDelegate:(MediaStreamInfoBarDelegate*)delegate |
- owner:(InfoBarTabHelper*)owner; |
+ owner:(InfoBarTabService*)owner; |
// Called when the selection in the device menu has changed. |
- (IBAction)deviceMenuChanged:(id)sender; |