Index: chrome/browser/importer/firefox_importer_unittest_utils_mac.cc |
=================================================================== |
--- chrome/browser/importer/firefox_importer_unittest_utils_mac.cc (revision 68536) |
+++ chrome/browser/importer/firefox_importer_unittest_utils_mac.cc (working copy) |
@@ -14,20 +14,12 @@ |
#include "ipc/ipc_channel.h" |
#include "ipc/ipc_descriptors.h" |
#include "ipc/ipc_message.h" |
-#include "ipc/ipc_message_utils.h" |
#include "ipc/ipc_switches.h" |
#include "testing/multiprocess_func_list.h" |
-// Declaration of IPC Messages used for this test. |
-#define MESSAGES_INTERNAL_FILE \ |
- "chrome/browser/importer/firefox_importer_unittest_messages_internal.h" |
-#include "ipc/ipc_message_macros.h" |
+#define IPC_MESSAGE_IMPL |
+#include "chrome/browser/importer/firefox_importer_unittest_messages_internal.h" |
-// Definition of IPC Messages used for this test. |
-#define MESSAGES_INTERNAL_IMPL_FILE \ |
- "chrome/browser/importer/firefox_importer_unittest_messages_internal.h" |
-#include "ipc/ipc_message_impl_macros.h" |
- |
namespace { |
// Name of IPC Channel to use for Server<-> Child Communications. |