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 ac6d5081802e95b0af0e1ed2fa7f43dd78f5a8f3..174b9aa143426686738ebfb88fe6db07292c315e 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 InfoBarTabService; |
+class InfoBarService; |
class MediaStreamDevicesMenuModel; |
class MediaStreamInfoBarDelegate; |
@class NSButton; |
@@ -32,7 +32,7 @@ class MediaStreamInfoBarDelegate; |
} |
- (id)initWithDelegate:(MediaStreamInfoBarDelegate*)delegate |
- owner:(InfoBarTabService*)owner; |
+ owner:(InfoBarService*)owner; |
// Called when the selection in the device menu has changed. |
- (IBAction)deviceMenuChanged:(id)sender; |