Index: chrome/browser/history/history_browsertest.cc |
=================================================================== |
--- chrome/browser/history/history_browsertest.cc (revision 152084) |
+++ chrome/browser/history/history_browsertest.cc (working copy) |
@@ -309,7 +309,7 @@ |
// Should a race condition ever trigger, it won't result in flakiness. |
int num = ui_test_utils::FindInPage( |
chrome::GetActiveTabContents(browser()), ASCIIToUTF16("<img"), true, |
- true, NULL); |
+ true, NULL, NULL); |
EXPECT_GT(num, 0); |
EXPECT_EQ(ASCIIToUTF16("History"), |
chrome::GetActiveWebContents(browser())->GetTitle()); |