Index: content/public/test/test_navigation_observer.cc |
=================================================================== |
--- content/public/test/test_navigation_observer.cc (revision 164732) |
+++ content/public/test/test_navigation_observer.cc (working copy) |
@@ -89,7 +89,7 @@ |
base::RunLoop run_loop; |
WaitForObservation( |
base::Bind(&base::RunLoop::Run, base::Unretained(&run_loop)), |
- content::GetQuitTaskForRunLoop(&run_loop)); |
+ GetQuitTaskForRunLoop(&run_loop)); |
} |
TestNavigationObserver::TestNavigationObserver( |