| Index: chrome/browser/infobars/infobars_browsertest.cc
|
| ===================================================================
|
| --- chrome/browser/infobars/infobars_browsertest.cc (revision 195254)
|
| +++ chrome/browser/infobars/infobars_browsertest.cc (working copy)
|
| @@ -76,7 +76,7 @@
|
| infobar_removed_1.Wait();
|
| EXPECT_EQ(0u,
|
| InfoBarService::FromWebContents(browser()->tab_strip_model()->
|
| - GetWebContentsAt(0))->GetInfoBarCount());
|
| + GetWebContentsAt(0))->infobar_count());
|
|
|
| content::WindowedNotificationObserver infobar_removed_2(
|
| chrome::NOTIFICATION_TAB_CONTENTS_INFOBAR_REMOVED,
|
| @@ -85,5 +85,5 @@
|
| infobar_removed_2.Wait();
|
| EXPECT_EQ(0u,
|
| InfoBarService::FromWebContents(browser()->tab_strip_model()->
|
| - GetActiveWebContents())->GetInfoBarCount());
|
| + GetActiveWebContents())->infobar_count());
|
| }
|
|
|