| Index: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| diff --git a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| index a77db9c2da8140da6470115d02d37244a4363185..acbcb2f03a2bd346ef3fd5c93963eaddb56066fa 100644
|
| --- a/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| +++ b/chrome/browser/ui/find_bar/find_bar_host_browsertest.cc
|
| @@ -589,7 +589,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, FindDisappearOnNavigate) {
|
| content::NOTIFICATION_LOAD_STOP,
|
| content::Source<NavigationController>(
|
| &browser()->GetSelectedTabContentsWrapper()->tab_contents()->
|
| - GetController()));
|
| + controller()));
|
| browser()->Reload(CURRENT_TAB);
|
| observer.Wait();
|
|
|
| @@ -1115,7 +1115,7 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, ActivateLinkNavigatesPage) {
|
| ui_test_utils::WindowedNotificationObserver observer(
|
| content::NOTIFICATION_LOAD_STOP,
|
| content::Source<NavigationController>(
|
| - &tab->tab_contents()->GetController()));
|
| + &tab->tab_contents()->controller()));
|
| tab->find_tab_helper()->StopFinding(FindBarController::kActivateSelection);
|
| observer.Wait();
|
| }
|
|
|