diff options
author | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 17:57:04 +0000 |
---|---|---|
committer | jam@chromium.org <jam@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-10-21 17:57:04 +0000 |
commit | f94c619e73b934b8f32edf303cc8998670f7cc64 (patch) | |
tree | 8dec8e35f57118d00fb806c1b1eba80e54c53f1b /chrome/common/all_messages.h | |
parent | d92124805f71ea37441928b1440180e63eb78ca5 (diff) | |
download | chromium_src-f94c619e73b934b8f32edf303cc8998670f7cc64.zip chromium_src-f94c619e73b934b8f32edf303cc8998670f7cc64.tar.gz chromium_src-f94c619e73b934b8f32edf303cc8998670f7cc64.tar.bz2 |
Fix build break from bad merge
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@106741 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/all_messages.h')
-rw-r--r-- | chrome/common/all_messages.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/all_messages.h b/chrome/common/all_messages.h index 63ea676..e91d6af 100644 --- a/chrome/common/all_messages.h +++ b/chrome/common/all_messages.h @@ -7,8 +7,8 @@ // up-to-date when adding a new value to enum IPCMessageStart in // ipc/ipc_message_utils.h to include the corresponding message file. #include "chrome/browser/importer/profile_import_process_messages.h" -#include "chrome/common/automation_messages.h" #include "chrome/common/common_message_generator.h" #include "chrome/common/nacl_messages.h" #include "content/common/content_message_generator.h" +#include "content/common/pepper_messages.h" #include "ppapi/proxy/ppapi_messages.h" |