Index: base/process_util_unittest.cc |
=================================================================== |
--- base/process_util_unittest.cc (revision 4068) |
+++ base/process_util_unittest.cc (working copy) |
@@ -17,9 +17,8 @@ |
namespace { |
class ProcessUtilTest : public MultiProcessTest { |
}; |
-} |
-extern "C" int DYNAMIC_EXPORT SimpleChildProcess() { |
+MULTIPROCESS_TEST_MAIN(SimpleChildProcess) { |
return 0; |
} |
@@ -99,3 +98,4 @@ |
} |
#endif // defined(OS_WIN) |
+} // namespace |