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

Unified Diff: content/public/test/test_launcher.h

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_launcher.h
===================================================================
--- content/public/test/test_launcher.h (revision 163460)
+++ content/public/test/test_launcher.h (working copy)
@@ -19,10 +19,7 @@
namespace content {
class ContentMainDelegate;
-}
-namespace test_launcher {
-
extern const char kEmptyTestName[];
extern const char kGTestFilterFlag[];
extern const char kGTestHelpFlag[];
@@ -47,7 +44,7 @@
const FilePath& temp_data_dir) = 0;
virtual void PreRunMessageLoop(base::RunLoop* run_loop) {}
virtual void PostRunMessageLoop() {}
- virtual content::ContentMainDelegate* CreateContentMainDelegate() = 0;
+ virtual ContentMainDelegate* CreateContentMainDelegate() = 0;
protected:
virtual ~TestLauncherDelegate();
@@ -59,6 +56,6 @@
TestLauncherDelegate* GetCurrentTestLauncherDelegate();
-} // namespace test_launcher
+} // namespace content
#endif // CONTENT_PUBLIC_TEST_TEST_LAUNCHER_H_

Powered by Google App Engine
This is Rietveld 408576698