Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1675)

Unified Diff: content/public/test/test_utils.cc

Issue 11228040: Move sandbox code in content to content namespace. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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();

Powered by Google App Engine
This is Rietveld 408576698