| Index: ipc/ipc_multiprocess_test.cc
|
| diff --git a/ipc/ipc_multiprocess_test.cc b/ipc/ipc_multiprocess_test.cc
|
| index b13ed7ba82d7a5ce5557f6d44fbb4659e69c7478..8e3c03a1db62e192f7999dac2b625fff3f5200d7 100644
|
| --- a/ipc/ipc_multiprocess_test.cc
|
| +++ b/ipc/ipc_multiprocess_test.cc
|
| @@ -11,9 +11,13 @@
|
| #include "ipc/ipc_descriptors.h"
|
| #endif
|
|
|
| +namespace internal {
|
| +
|
| void MultiProcessTestIPCSetUp() {
|
| #if defined(OS_POSIX)
|
| base::GlobalDescriptors::GetInstance()->Set(kPrimaryIPCChannel,
|
| kPrimaryIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
|
| #endif
|
| }
|
| +
|
| +} // namespace internal
|
|
|