Index: base/test/multiprocess_test.h |
diff --git a/base/test/multiprocess_test.h b/base/test/multiprocess_test.h |
index a47ef742a50b21626f1234d9dc54f6e7745eba3c..b830f73ece7eca3c7398b0dd9352dbdc74267b92 100644 |
--- a/base/test/multiprocess_test.h |
+++ b/base/test/multiprocess_test.h |
@@ -13,10 +13,10 @@ |
#include "build/build_config.h" |
#include "testing/platform_test.h" |
-class CommandLine; |
- |
namespace base { |
+class CommandLine; |
+ |
// Helpers to spawn a child for a multiprocess test and execute a designated |
// function. Use these when you already have another base class for your test |
// fixture, but you want (some) of your tests to be multiprocess (otherwise you |