| Index: chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| diff --git a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc b/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| index d609cc96e539b487bca9685851ae54836381291e..c4ac0a2094118b1704147d3947774aeea4664e34 100644
|
| --- a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| +++ b/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| @@ -9,6 +9,7 @@
|
| #include "base/command_line.h"
|
| #include "base/file_path.h"
|
| #include "base/file_util.h"
|
| +#include "base/global_descriptors_posix.h"
|
| #include "base/message_loop.h"
|
| #include "base/test/test_timeouts.h"
|
| #include "chrome/browser/importer/firefox_importer_utils.h"
|
| @@ -16,6 +17,7 @@
|
| #include "ipc/ipc_descriptors.h"
|
| #include "ipc/ipc_message.h"
|
| #include "ipc/ipc_switches.h"
|
| +#include "ipc/ipc_tests.h"
|
| #include "testing/multiprocess_func_list.h"
|
|
|
| #define IPC_MESSAGE_IMPL
|
| @@ -263,7 +265,7 @@ class FFDecryptorClientChannelListener : public IPC::Channel::Listener {
|
| };
|
|
|
| // Entry function in child process.
|
| -MULTIPROCESS_TEST_MAIN(NSSDecrypterChildProcess) {
|
| +MULTIPROCESS_TEST_MAIN(NSSDecrypterChildProcess, MultiProcessTestIPCSetUp) {
|
| MessageLoopForIO main_message_loop;
|
| FFDecryptorClientChannelListener listener;
|
|
|
|
|