summaryrefslogtreecommitdiffstats
path: root/tools/ipc_fuzzer
diff options
context:
space:
mode:
authorfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-31 16:48:25 +0000
committerfischman@chromium.org <fischman@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-01-31 16:48:25 +0000
commitfe1cb4f654495711795b5c9ee48c75836cc3962c (patch)
treee0b51a8a43d71957910265c94d8af3e536b65fff /tools/ipc_fuzzer
parentcc09d64197937711a0e068ae9ce8bdfe5eab1048 (diff)
downloadchromium_src-fe1cb4f654495711795b5c9ee48c75836cc3962c.zip
chromium_src-fe1cb4f654495711795b5c9ee48c75836cc3962c.tar.gz
chromium_src-fe1cb4f654495711795b5c9ee48c75836cc3962c.tar.bz2
ipc_fuzzer: comment out #endif comment.
Needed to cure this build error: ../../tools/ipc_fuzzer/mutate/rand_util.h:40:8: error: extra tokens at end of #endif directive [-Werror,-Wextra-tokens] Review URL: https://codereview.chromium.org/150633007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248203 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'tools/ipc_fuzzer')
-rw-r--r--tools/ipc_fuzzer/mutate/rand_util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ipc_fuzzer/mutate/rand_util.h b/tools/ipc_fuzzer/mutate/rand_util.h
index 246b5a8c..8872abc 100644
--- a/tools/ipc_fuzzer/mutate/rand_util.h
+++ b/tools/ipc_fuzzer/mutate/rand_util.h
@@ -37,4 +37,4 @@ inline bool RandEvent(uint32 frequency) {
} // namespace ipc_fuzzer
-#endif TOOLS_IPC_FUZZER_MUTATE_RAND_UTIL_H_
+#endif // TOOLS_IPC_FUZZER_MUTATE_RAND_UTIL_H_