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

Unified Diff: tools/ipc_fuzzer/message_replay/replay.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
Index: tools/ipc_fuzzer/message_replay/replay.cc
diff --git a/tools/ipc_fuzzer/replay/replay.cc b/tools/ipc_fuzzer/message_replay/replay.cc
similarity index 89%
rename from tools/ipc_fuzzer/replay/replay.cc
rename to tools/ipc_fuzzer/message_replay/replay.cc
index 90db765d50140fca7c2eea034d6267b9267772ce..4f3999d2e9a6538b19235c028c1eebb5d029d016 100644
--- a/tools/ipc_fuzzer/replay/replay.cc
+++ b/tools/ipc_fuzzer/message_replay/replay.cc
@@ -5,7 +5,7 @@
#include <stdlib.h>
#include "base/at_exit.h"
-#include "tools/ipc_fuzzer/replay/replay_process.h"
+#include "tools/ipc_fuzzer/message_replay/replay_process.h"
int main(int argc, const char** argv) {
base::AtExitManager exit_manager;
« no previous file with comments | « tools/ipc_fuzzer/message_replay/message_replay.gyp ('k') | tools/ipc_fuzzer/message_replay/replay_process.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698