| Index: chrome/browser/infobars/infobar_delegate.h
|
| diff --git a/chrome/browser/infobars/infobar_delegate.h b/chrome/browser/infobars/infobar_delegate.h
|
| index 9d1f3d3ea2e0cb8de6b230681478918036d7d6a2..dee2b995800f70915e6e73a6d0c12b4e32d6c741 100644
|
| --- a/chrome/browser/infobars/infobar_delegate.h
|
| +++ b/chrome/browser/infobars/infobar_delegate.h
|
| @@ -100,7 +100,7 @@ class InfoBarDelegate {
|
| virtual ExtensionInfoBarDelegate* AsExtensionInfoBarDelegate();
|
| virtual InsecureContentInfoBarDelegate* AsInsecureContentInfoBarDelegate();
|
| virtual LinkInfoBarDelegate* AsLinkInfoBarDelegate();
|
| - virtual MediaStreamInfoBarDelegate* AsMediaStreamInfobarDelegate();
|
| + virtual MediaStreamInfoBarDelegate* AsMediaStreamInfoBarDelegate();
|
| virtual RegisterProtocolHandlerInfoBarDelegate*
|
| AsRegisterProtocolHandlerInfoBarDelegate();
|
| virtual ThemeInstalledInfoBarDelegate* AsThemePreviewInfobarDelegate();
|
|
|