Index: chrome/test/base/ui_test_utils.cc |
diff --git a/chrome/test/base/ui_test_utils.cc b/chrome/test/base/ui_test_utils.cc |
index c5821bba3d8bed947171ce70c069c4db8e56895f..f3eeb3c726b9267e0a7a174711cd399ab6fccd11 100644 |
--- a/chrome/test/base/ui_test_utils.cc |
+++ b/chrome/test/base/ui_test_utils.cc |
@@ -378,7 +378,7 @@ int FindInPage(TabContents* tab_contents, const string16& search_string, |
void CloseAllInfoBars(TabContents* tab) { |
InfoBarTabHelper* infobar_helper = tab->infobar_tab_helper(); |
- while (infobar_helper->infobar_count() > 0) |
+ while (infobar_helper->GetInfoBarCount() > 0) |
infobar_helper->RemoveInfoBar(infobar_helper->GetInfoBarDelegateAt(0)); |
} |