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

Unified Diff: tools/ipc_fuzzer/message_lib/message_file.h

Issue 1549203002: Switch to standard integer types in tools/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years 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_lib/message_cracker.h ('k') | tools/ipc_fuzzer/message_lib/message_file_format.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_lib/message_file.h
diff --git a/tools/ipc_fuzzer/message_lib/message_file.h b/tools/ipc_fuzzer/message_lib/message_file.h
index 726571ebb963988a77912733da582c1317f2c6a1..70ab55c749802cec9da9840d9e933a8b7bec0b56 100644
--- a/tools/ipc_fuzzer/message_lib/message_file.h
+++ b/tools/ipc_fuzzer/message_lib/message_file.h
@@ -6,6 +6,7 @@
#define TOOLS_IPC_FUZZER_MESSAGE_LIB_MESSAGE_FILE_H_
#include "base/files/file_path.h"
+#include "base/macros.h"
#include "base/memory/scoped_vector.h"
#include "ipc/ipc_message.h"
« no previous file with comments | « tools/ipc_fuzzer/message_lib/message_cracker.h ('k') | tools/ipc_fuzzer/message_lib/message_file_format.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698