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

Unified Diff: content/test/content_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
« content/common/sandbox_mac.h ('K') | « content/public/test/test_utils.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/test/content_test_launcher.cc
===================================================================
--- content/test/content_test_launcher.cc (revision 163460)
+++ content/test/content_test_launcher.cc (working copy)
@@ -85,7 +85,7 @@
DISALLOW_COPY_AND_ASSIGN(ContentBrowserTestSuite);
};
-class ContentTestLauncherDelegate : public test_launcher::TestLauncherDelegate {
+class ContentTestLauncherDelegate : public TestLauncherDelegate {
public:
ContentTestLauncherDelegate() {}
virtual ~ContentTestLauncherDelegate() {}
@@ -122,5 +122,5 @@
media_stream::MediaStreamManager::AlwaysUseFakeDevice();
content::ContentTestLauncherDelegate launcher_delegate;
- return test_launcher::LaunchTests(&launcher_delegate, argc, argv);
+ return LaunchTests(&launcher_delegate, argc, argv);
}
« content/common/sandbox_mac.h ('K') | « content/public/test/test_utils.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698