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

Unified Diff: tools/ipc_fuzzer/mutate/rand_util.cc

Issue 1000373004: Combine traits for IPC mutation and generation fuzzing plus other refactoring. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add mutation support for more types. 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
« tools/ipc_fuzzer/mutate/mutator.cc ('K') | « tools/ipc_fuzzer/mutate/mutator.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/mutate/rand_util.cc
diff --git a/tools/ipc_fuzzer/mutate/rand_util.cc b/tools/ipc_fuzzer/mutate/rand_util.cc
index 286c4e6f838f636458f092bb0f33c26a86d8bcde..3f3ba9a3cc598c855bca917494b77c8e9a09860c 100644
--- a/tools/ipc_fuzzer/mutate/rand_util.cc
+++ b/tools/ipc_fuzzer/mutate/rand_util.cc
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "tools/ipc_fuzzer/mutate/rand_util.h"
#include "base/rand_util.h"
+#include "tools/ipc_fuzzer/mutate/rand_util.h"
namespace ipc_fuzzer {
« tools/ipc_fuzzer/mutate/mutator.cc ('K') | « tools/ipc_fuzzer/mutate/mutator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698