| Index: ipc/ipc_perftests.cc
|
| diff --git a/ipc/ipc_perftests.cc b/ipc/ipc_perftests.cc
|
| index b290c1676fff1066052e37d81e3864246db6c2db..5b563d119a0149cdedc4c7d15459dafe47cc15ef 100644
|
| --- a/ipc/ipc_perftests.cc
|
| +++ b/ipc/ipc_perftests.cc
|
| @@ -34,6 +34,8 @@
|
| #include "ipc/ipc_switches.h"
|
| #include "testing/multiprocess_func_list.h"
|
|
|
| +namespace {
|
| +
|
| // This test times the roundtrip IPC message cycle. It is enabled with a
|
| // special preprocessor define to enable it instead of the standard IPC
|
| // unit tests. This works around some funny termination conditions in the
|
| @@ -203,3 +205,5 @@ MULTIPROCESS_IPC_TEST_MAIN(RunReflector) {
|
| MessageLoop::current()->Run();
|
| return 0;
|
| }
|
| +
|
| +} // namespace
|
|
|