Index: content/public/test/test_utils.cc |
=================================================================== |
--- content/public/test/test_utils.cc (revision 163460) |
+++ content/public/test/test_utils.cc (working copy) |
@@ -54,8 +54,7 @@ |
// If we're running inside a browser test, we might need to allow the test |
// launcher to do extra work before/after running a nested message loop. |
- test_launcher::TestLauncherDelegate* delegate = |
- test_launcher::GetCurrentTestLauncherDelegate(); |
+ TestLauncherDelegate* delegate = GetCurrentTestLauncherDelegate(); |
if (delegate) |
delegate->PreRunMessageLoop(run_loop); |
run_loop->Run(); |