Index: chrome/browser/browser_focus_uitest.cc |
=================================================================== |
--- chrome/browser/browser_focus_uitest.cc (revision 115228) |
+++ chrome/browser/browser_focus_uitest.cc (working copy) |
@@ -853,7 +853,7 @@ |
content::NOTIFICATION_LOAD_STOP, |
content::Source<NavigationController>( |
&browser()->GetSelectedTabContentsWrapper()->tab_contents()-> |
- controller())); |
+ GetController())); |
browser()->Reload(CURRENT_TAB); |
observer.Wait(); |
} |
@@ -869,7 +869,7 @@ |
content::NOTIFICATION_LOAD_STOP, |
content::Source<NavigationController>( |
&browser()->GetSelectedTabContentsWrapper()->tab_contents()-> |
- controller())); |
+ GetController())); |
browser()->Reload(CURRENT_TAB); |
observer.Wait(); |
} |
@@ -892,7 +892,7 @@ |
content::NOTIFICATION_LOAD_STOP, |
content::Source<NavigationController>( |
&browser()->GetSelectedTabContentsWrapper()->tab_contents()-> |
- controller())); |
+ GetController())); |
browser()->Reload(CURRENT_TAB); |
observer.Wait(); |
} |