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

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

Issue 1025483002: Restructure the ipc_fuzzer directory. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Move more files around 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/fuzzer/rand_util.h ('k') | tools/ipc_fuzzer/ipc_fuzzer.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/fuzzer/rand_util.cc
diff --git a/tools/ipc_fuzzer/mutate/rand_util.cc b/tools/ipc_fuzzer/fuzzer/rand_util.cc
similarity index 91%
rename from tools/ipc_fuzzer/mutate/rand_util.cc
rename to tools/ipc_fuzzer/fuzzer/rand_util.cc
index 3f3ba9a3cc598c855bca917494b77c8e9a09860c..a619701d51952f65badba475ff10100afac1f261 100644
--- a/tools/ipc_fuzzer/mutate/rand_util.cc
+++ b/tools/ipc_fuzzer/fuzzer/rand_util.cc
@@ -3,7 +3,7 @@
// found in the LICENSE file.
#include "base/rand_util.h"
-#include "tools/ipc_fuzzer/mutate/rand_util.h"
+#include "tools/ipc_fuzzer/fuzzer/rand_util.h"
namespace ipc_fuzzer {
« no previous file with comments | « tools/ipc_fuzzer/fuzzer/rand_util.h ('k') | tools/ipc_fuzzer/ipc_fuzzer.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698