diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 17:59:21 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-03 17:59:21 +0000 |
commit | b38a4e5f1c482345cab0575fc89cc024d00b8817 (patch) | |
tree | ba90e7871d9519959753f69aa7c7174e7b2999ed | |
parent | bb7d413a1d400d5b1dc7fcbb2a7904bf2eb13e5a (diff) | |
download | chromium_src-b38a4e5f1c482345cab0575fc89cc024d00b8817.zip chromium_src-b38a4e5f1c482345cab0575fc89cc024d00b8817.tar.gz chromium_src-b38a4e5f1c482345cab0575fc89cc024d00b8817.tar.bz2 |
Build fix: devtools_messages_internal.h moved w/o updating if 0 block
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13092 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/common/ipc_message_macros.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/ipc_message_macros.h b/chrome/common/ipc_message_macros.h index 7cba911..ef376f4 100644 --- a/chrome/common/ipc_message_macros.h +++ b/chrome/common/ipc_message_macros.h @@ -53,7 +53,7 @@ #include "chrome/common/ipc_sync_message_unittest.h" #include "chrome/common/plugin_messages_internal.h" #include "chrome/common/render_messages_internal.h" -#include "chrome/renderer/devtools_messages_internal.h" +#include "chrome/common/devtools_messages_internal.h" #include "chrome/test/automation/automation_messages_internal.h" #include "chrome/common/worker_messages_internal.h" #endif |