From ea1c18e1bf3bbe6d9bb7bb8769142e5f0429293a Mon Sep 17 00:00:00 2001 From: "erg@google.com" Date: Mon, 1 Nov 2010 19:24:33 +0000 Subject: Revert "Refactor automation messages." due to mysterious problems on mac. This reverts commit c1c1fed998ee4d839bfe256150e5e59220ebc0ef (r64637). TBR=nirnimesh@ BUG=51409 TEST=none Review URL: http://codereview.chromium.org/4194007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64644 0039d316-1c4b-4281-b951-d872f2087c98 --- ipc/ipc_message_impl_macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ipc/ipc_message_impl_macros.h') diff --git a/ipc/ipc_message_impl_macros.h b/ipc/ipc_message_impl_macros.h index b601518..a9c38bd 100644 --- a/ipc/ipc_message_impl_macros.h +++ b/ipc/ipc_message_impl_macros.h @@ -22,7 +22,6 @@ // don't understand #include MESSAGES_INTERNAL_FILE. See http://crbug.com/7828 #if 0 #include "ipc/ipc_sync_message_unittest.h" -#include "chrome/common/automation_messages_internal.h" #include "chrome/common/devtools_messages_internal.h" #include "chrome/common/gpu_messages_internal.h" #include "chrome/common/nacl_messages_internal.h" @@ -31,6 +30,7 @@ #include "chrome/common/service_messages_internal.h" #include "chrome/common/utility_messages_internal.h" #include "chrome/common/worker_messages_internal.h" +#include "chrome/test/automation/automation_messages_internal.h" #endif // These are probalby still defined because of ipc_message_macros.h should be -- cgit v1.1