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

Unified Diff: tools/ipc_fuzzer/fuzzer/generator.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/generator.h ('k') | tools/ipc_fuzzer/fuzzer/mutator.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/fuzzer/generator.cc
diff --git a/tools/ipc_fuzzer/mutate/generator.cc b/tools/ipc_fuzzer/fuzzer/generator.cc
similarity index 96%
rename from tools/ipc_fuzzer/mutate/generator.cc
rename to tools/ipc_fuzzer/fuzzer/generator.cc
index cb088fbae0d3e69642fde9b8ff9696c1881f3472..52c4afb6dc5e0e0d4f519d4a868a067f77875429 100644
--- a/tools/ipc_fuzzer/mutate/generator.cc
+++ b/tools/ipc_fuzzer/fuzzer/generator.cc
@@ -6,8 +6,8 @@
#include "base/basictypes.h"
#include "base/strings/string_util.h"
-#include "tools/ipc_fuzzer/mutate/generator.h"
-#include "tools/ipc_fuzzer/mutate/rand_util.h"
+#include "tools/ipc_fuzzer/fuzzer/generator.h"
+#include "tools/ipc_fuzzer/fuzzer/rand_util.h"
namespace ipc_fuzzer {
« no previous file with comments | « tools/ipc_fuzzer/fuzzer/generator.h ('k') | tools/ipc_fuzzer/fuzzer/mutator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698