diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 02:18:59 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-17 02:18:59 +0000 |
commit | b9b1b1e31c58414c9c820bf97f4befafe72df927 (patch) | |
tree | 3597289cde9764174b42b1f75e8139209ead22fd /chrome/common/ipc_message_macros.h | |
parent | 5d1f29a56f716c3147ea8878900b0f77ce1f0913 (diff) | |
download | chromium_src-b9b1b1e31c58414c9c820bf97f4befafe72df927.zip chromium_src-b9b1b1e31c58414c9c820bf97f4befafe72df927.tar.gz chromium_src-b9b1b1e31c58414c9c820bf97f4befafe72df927.tar.bz2 |
Include macro included header by name also.
Builder systems which chase headers cannot process macro includes.
Thus, we include the header by name in an "if 0" block for them.
TBR=tony
Review URL: http://codereview.chromium.org/42273
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@11833 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_message_macros.h')
-rw-r--r-- | chrome/common/ipc_message_macros.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/ipc_message_macros.h b/chrome/common/ipc_message_macros.h index 6bf1997..6ac9f2a 100644 --- a/chrome/common/ipc_message_macros.h +++ b/chrome/common/ipc_message_macros.h @@ -55,6 +55,7 @@ #include "chrome/common/render_messages_internal.h" #include "chrome/renderer/dev_tools_messages_internal.h" #include "chrome/test/automation/automation_messages_internal.h" +#include "chrome/common/worker_messages_internal.h" #endif #ifndef IPC_MESSAGE_MACROS_INCLUDE_BLOCK |