| Index: chrome/browser/infobars/infobar_tab_helper.cc
|
| diff --git a/chrome/browser/infobars/infobar_tab_helper.cc b/chrome/browser/infobars/infobar_tab_helper.cc
|
| index 8bbeca72684e01e7bdc160331fdfd6ffec9db2e7..7393a29dec05dd8c6c30aaa8ea0ddfda2ef6140b 100644
|
| --- a/chrome/browser/infobars/infobar_tab_helper.cc
|
| +++ b/chrome/browser/infobars/infobar_tab_helper.cc
|
| @@ -17,7 +17,7 @@
|
| using content::NavigationController;
|
| using content::WebContents;
|
|
|
| -InfoBarService* InfoBarService::ForTab(TabContents* tab) {
|
| +InfoBarService* InfoBarService::FromTabContents(TabContents* tab) {
|
| return tab->infobar_tab_helper();
|
| }
|
|
|
|
|