| 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 275df5789f4a7bbc5de008b41f2188d8c00ceb90..8bbeca72684e01e7bdc160331fdfd6ffec9db2e7 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;
|
|
|
| -InfoBarTabService* InfoBarTabService::ForTab(TabContents* tab) {
|
| +InfoBarService* InfoBarService::ForTab(TabContents* tab) {
|
| return tab->infobar_tab_helper();
|
| }
|
|
|
|
|