| Index: chrome/tools/ipclist/ipcfuzz.cc
|
| diff --git a/chrome/tools/ipclist/ipcfuzz.cc b/chrome/tools/ipclist/ipcfuzz.cc
|
| index 6a58949e023e08fae3edb68af73b4f9eef6372b7..87fe2c20602eb9790752b246b453716d7a17a98d 100644
|
| --- a/chrome/tools/ipclist/ipcfuzz.cc
|
| +++ b/chrome/tools/ipclist/ipcfuzz.cc
|
| @@ -20,6 +20,7 @@
|
| #include "base/time.h"
|
| #include "base/utf_string_conversions.h"
|
| #include "chrome/common/all_messages.h"
|
| +#include "content/common/all_messages.h"
|
| #include "ipc/ipc_message.h"
|
| #include "ipc/ipc_message_utils.h"
|
| #include "ipc/ipc_switches.h"
|
| @@ -550,6 +551,7 @@ class PickleCracker : public Pickle {
|
|
|
| // Bring them into existence.
|
| #include "chrome/common/all_messages.h"
|
| +#include "content/common/all_messages.h"
|
|
|
| // Redefine macros to generate fuzzing funtions
|
| #include "ipc/ipc_message_null_macros.h"
|
| @@ -635,6 +637,7 @@ class PickleCracker : public Pickle {
|
| #define IPC_MEMBERS_OUT_5() NULL, NULL, NULL, NULL, NULL
|
|
|
| #include "chrome/common/all_messages.h"
|
| +#include "content/common/all_messages.h"
|
|
|
| typedef IPC::Message* (*FuzzFunction)(IPC::Message*, IPC::Fuzzer*);
|
| typedef base::hash_map<uint32, FuzzFunction> FuzzFunctionMap;
|
| @@ -647,6 +650,7 @@ typedef base::hash_map<uint32, FuzzFunction> FuzzFunctionMap;
|
|
|
| void PopulateFuzzFunctionMap(FuzzFunctionMap *map) {
|
| #include "chrome/common/all_messages.h"
|
| +#include "content/common/all_messages.h"
|
| }
|
|
|
| class ipcfuzz : public IPC::ChannelProxy::OutgoingMessageFilter {
|
|
|