diff options
Diffstat (limited to 'base/test/multiprocess_test.h')
-rw-r--r-- | base/test/multiprocess_test.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/base/test/multiprocess_test.h b/base/test/multiprocess_test.h index a47ef74..b830f73 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 |