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

Unified Diff: chrome/test/base/chrome_test_launcher.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
« no previous file with comments | « no previous file | chrome/test/base/in_process_browser_test.cc » ('j') | content/common/sandbox_mac.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/base/chrome_test_launcher.cc
===================================================================
--- chrome/test/base/chrome_test_launcher.cc (revision 163460)
+++ chrome/test/base/chrome_test_launcher.cc (working copy)
@@ -33,7 +33,7 @@
const char kEmptyTestName[] = "InProcessBrowserTest.Empty";
-class ChromeTestLauncherDelegate : public test_launcher::TestLauncherDelegate {
+class ChromeTestLauncherDelegate : public content::TestLauncherDelegate {
public:
ChromeTestLauncherDelegate() {}
virtual ~ChromeTestLauncherDelegate() {}
@@ -113,5 +113,5 @@
chrome_browser_application_mac::RegisterBrowserCrApp();
#endif
ChromeTestLauncherDelegate launcher_delegate;
- return test_launcher::LaunchTests(&launcher_delegate, argc, argv);
+ return content::LaunchTests(&launcher_delegate, argc, argv);
}
« no previous file with comments | « no previous file | chrome/test/base/in_process_browser_test.cc » ('j') | content/common/sandbox_mac.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698