| 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 c984d778cf2fd2a166efecf2ae53f19a3a793c1f..63a73f6270118f6960797f90a3741498bf7bc416 100644
|
| --- a/chrome/browser/ui/media_stream_infobar_delegate.h
|
| +++ b/chrome/browser/ui/media_stream_infobar_delegate.h
|
| @@ -11,6 +11,9 @@
|
| #include "chrome/browser/api/infobars/infobar_delegate.h"
|
| #include "chrome/browser/media/media_stream_devices_controller.h"
|
|
|
| +class InfoBarTabHelper;
|
| +class InfoBarTabService;
|
| +
|
| // 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
|
| // which audio and/or video devices he wishes to use with the current page, and
|
| @@ -51,7 +54,7 @@ class MediaStreamInfoBarDelegate : public InfoBarDelegate {
|
|
|
| private:
|
| // InfoBarDelegate:
|
| - virtual InfoBar* CreateInfoBar(InfoBarTabHelper* owner) OVERRIDE;
|
| + virtual InfoBar* CreateInfoBar(InfoBarTabService* owner) OVERRIDE;
|
| virtual void InfoBarDismissed() OVERRIDE;
|
| virtual gfx::Image* GetIcon() const OVERRIDE;
|
| virtual Type GetInfoBarType() const OVERRIDE;
|
|
|