Index: chrome/browser/ui/media_stream_infobar_delegate.h |
diff --git a/chrome/browser/ui/media_stream_infobar_delegate.h b/chrome/browser/ui/media_stream_infobar_delegate.h |
index 63a73f6270118f6960797f90a3741498bf7bc416..62981983b475e77bb1a3c51b6c4584ec53a28ef8 100644 |
--- a/chrome/browser/ui/media_stream_infobar_delegate.h |
+++ b/chrome/browser/ui/media_stream_infobar_delegate.h |
@@ -12,7 +12,7 @@ |
#include "chrome/browser/media/media_stream_devices_controller.h" |
class InfoBarTabHelper; |
-class InfoBarTabService; |
+class InfoBarService; |
// This class configures an infobar shown when a page requests access to a |
// user's microphone and/or video camera. The user is shown a message asking |
@@ -54,7 +54,7 @@ class MediaStreamInfoBarDelegate : public InfoBarDelegate { |
private: |
// InfoBarDelegate: |
- virtual InfoBar* CreateInfoBar(InfoBarTabService* owner) OVERRIDE; |
+ virtual InfoBar* CreateInfoBar(InfoBarService* owner) OVERRIDE; |
virtual void InfoBarDismissed() OVERRIDE; |
virtual gfx::Image* GetIcon() const OVERRIDE; |
virtual Type GetInfoBarType() const OVERRIDE; |