| Index: chrome/browser/ui/views/find_bar_views_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/find_bar_views_interactive_uitest.cc b/chrome/browser/ui/views/find_bar_views_interactive_uitest.cc
|
| index 3bafc2bf7619b2762f186b4c0a6644db8cfb8d31..30fc8c47ff752db619da153e17a88c8f2709fd1d 100644
|
| --- a/chrome/browser/ui/views/find_bar_views_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/find_bar_views_interactive_uitest.cc
|
| @@ -498,7 +498,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageTest, MAYBE_PasteWithoutTextChange) {
|
| EXPECT_EQ(ASCIIToUTF16("a"), GetFindBarText());
|
|
|
| // Reload the page to clear the matching result.
|
| - chrome::Reload(browser(), CURRENT_TAB);
|
| + chrome::Reload(browser(), WindowOpenDisposition::CURRENT_TAB);
|
|
|
| // Focus the Find bar again to make sure the text is selected.
|
| browser()->GetFindBarController()->Show();
|
|
|