Index: chrome/browser/browser_focus_uitest.cc |
=================================================================== |
--- chrome/browser/browser_focus_uitest.cc (revision 116288) |
+++ chrome/browser/browser_focus_uitest.cc (working copy) |
@@ -50,6 +50,7 @@ |
#include "base/string_util.h" |
#endif |
+using content::NavigationController; |
using content::WebContents; |
#if defined(OS_MACOSX) |
@@ -853,7 +854,7 @@ |
{ |
ui_test_utils::WindowedNotificationObserver observer( |
content::NOTIFICATION_LOAD_STOP, |
- content::Source<content::NavigationController>( |
+ content::Source<NavigationController>( |
&browser()->GetSelectedTabContentsWrapper()->web_contents()-> |
GetController())); |
browser()->Reload(CURRENT_TAB); |
@@ -869,7 +870,7 @@ |
{ |
ui_test_utils::WindowedNotificationObserver observer( |
content::NOTIFICATION_LOAD_STOP, |
- content::Source<content::NavigationController>( |
+ content::Source<NavigationController>( |
&browser()->GetSelectedTabContentsWrapper()->web_contents()-> |
GetController())); |
browser()->Reload(CURRENT_TAB); |
@@ -892,7 +893,7 @@ |
{ |
ui_test_utils::WindowedNotificationObserver observer( |
content::NOTIFICATION_LOAD_STOP, |
- content::Source<content::NavigationController>( |
+ content::Source<NavigationController>( |
&browser()->GetSelectedTabContentsWrapper()->web_contents()-> |
GetController())); |
browser()->Reload(CURRENT_TAB); |