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

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

Issue 115673002: Fix linux/gcc compiler warnings in tools/ipc_fuzzer. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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 | « no previous file | tools/ipc_fuzzer/message_lib/message_file_writer.cc » ('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_format.h
diff --git a/tools/ipc_fuzzer/message_lib/message_file_format.h b/tools/ipc_fuzzer/message_lib/message_file_format.h
index 005f9364db534db50c78a652c83845fac1849c38..fc3a1e4586a5c24a882a364ea41ae6a9afe2ec3f 100644
--- a/tools/ipc_fuzzer/message_lib/message_file_format.h
+++ b/tools/ipc_fuzzer/message_lib/message_file_format.h
@@ -26,8 +26,8 @@
// | ... |
// |------------------------|
// | type = 0x0002070f |
-// | string_table_offset = ---.
-// |------------------------| \
+// | string_table_offset = ----+
+// |------------------------| |
// | ... | |
// |========================| |
// | message name | |
@@ -35,8 +35,8 @@
// | message name | |
// |------------------------| |
// | ... | |
-// |------------------------| /
-// | "ViewHostMsg_OpenURL" <--*
+// |------------------------| |
+// | "ViewHostMsg_OpenURL" <---+
// |------------------------|
// | ... |
// |========================|
« no previous file with comments | « no previous file | tools/ipc_fuzzer/message_lib/message_file_writer.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698