Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(364)

Unified Diff: tools/ipc_fuzzer/message_tools/message_list.cc

Issue 1033693002: Fix building the IPC fuzzer in light of the new Protobuf<->IPC bridge. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « tools/ipc_fuzzer/message_tools/DEPS ('k') | tools/ipc_fuzzer/message_tools/message_tools.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_tools/message_list.cc
diff --git a/tools/ipc_fuzzer/message_tools/message_list.cc b/tools/ipc_fuzzer/message_tools/message_list.cc
index c7b30ab39980fbc39ba8f4541b2a1ac8b7cb3ccb..66e575d4d5bebbf02e3fa896fe544c5d33c86056 100644
--- a/tools/ipc_fuzzer/message_tools/message_list.cc
+++ b/tools/ipc_fuzzer/message_tools/message_list.cc
@@ -25,6 +25,7 @@ struct msginfo {
};
// Redefine macros to generate table
+#include "chrome/common/safe_browsing/ipc_protobuf_message_null_macros.h"
#include "ipc/ipc_message_null_macros.h"
#undef IPC_MESSAGE_DECL
#define IPC_MESSAGE_DECL(kind, type, name, in, out, ilist, olist) \
« no previous file with comments | « tools/ipc_fuzzer/message_tools/DEPS ('k') | tools/ipc_fuzzer/message_tools/message_tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698