| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index b42ae752b124076d8ac2dede3fa9a2d5381e1c4d..4715b5d1529b367a5440e1cd8543dbd0ba76cad1 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -1129,7 +1129,7 @@ void ChromeContentBrowserClient::RequestMediaAccessPermission(
|
| InfoBarDelegate* old_infobar = NULL;
|
| for (size_t i = 0; i < infobar_helper->infobar_count() && !old_infobar; ++i) {
|
| old_infobar =
|
| - infobar_helper->GetInfoBarDelegateAt(i)->AsMediaStreamInfobarDelegate();
|
| + infobar_helper->GetInfoBarDelegateAt(i)->AsMediaStreamInfoBarDelegate();
|
| }
|
|
|
| #if defined(TOOLKIT_VIEWS) || defined(OS_LINUX)
|
|
|