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

Unified Diff: tools/ipc_fuzzer/fuzzer/mutator.h

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.cc ('k') | tools/ipc_fuzzer/fuzzer/mutator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/fuzzer/mutator.h
diff --git a/tools/ipc_fuzzer/mutate/mutator.h b/tools/ipc_fuzzer/fuzzer/mutator.h
similarity index 96%
rename from tools/ipc_fuzzer/mutate/mutator.h
rename to tools/ipc_fuzzer/fuzzer/mutator.h
index 4ec9e8965f70b96b4716377e64461f3e34a7dc0e..896976d4cb4f0ff1da73d3a840581a0da642f028 100644
--- a/tools/ipc_fuzzer/mutate/mutator.h
+++ b/tools/ipc_fuzzer/fuzzer/mutator.h
@@ -7,7 +7,7 @@
#include <string>
-#include "tools/ipc_fuzzer/mutate/fuzzer.h"
+#include "tools/ipc_fuzzer/fuzzer/fuzzer.h"
namespace ipc_fuzzer {
« no previous file with comments | « tools/ipc_fuzzer/fuzzer/generator.cc ('k') | tools/ipc_fuzzer/fuzzer/mutator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698