Index: chrome/browser/ui/find_bar/find_bar_host_browsertest.cc |
=================================================================== |
--- chrome/browser/ui/find_bar/find_bar_host_browsertest.cc (revision 115228) |
+++ chrome/browser/ui/find_bar/find_bar_host_browsertest.cc (working copy) |
@@ -589,7 +589,7 @@ |
content::NOTIFICATION_LOAD_STOP, |
content::Source<NavigationController>( |
&browser()->GetSelectedTabContentsWrapper()->tab_contents()-> |
- controller())); |
+ GetController())); |
browser()->Reload(CURRENT_TAB); |
observer.Wait(); |
@@ -1115,7 +1115,7 @@ |
ui_test_utils::WindowedNotificationObserver observer( |
content::NOTIFICATION_LOAD_STOP, |
content::Source<NavigationController>( |
- &tab->tab_contents()->controller())); |
+ &tab->tab_contents()->GetController())); |
tab->find_tab_helper()->StopFinding(FindBarController::kActivateSelection); |
observer.Wait(); |
} |