| 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..b279a339ef8a1907efa11c6d2bd58dfcda6b29c5 100644
|
| --- a/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| +++ b/chrome/browser/importer/firefox_importer_unittest_utils_mac.cc
|
| @@ -16,6 +16,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 +264,7 @@ class FFDecryptorClientChannelListener : public IPC::Channel::Listener {
|
| };
|
|
|
| // Entry function in child process.
|
| -MULTIPROCESS_TEST_MAIN(NSSDecrypterChildProcess) {
|
| +MULTIPROCESS_IPC_TEST_MAIN(NSSDecrypterChildProcess) {
|
| MessageLoopForIO main_message_loop;
|
| FFDecryptorClientChannelListener listener;
|
|
|
|
|