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

Unified Diff: tools/ipc_fuzzer/message_replay/replay_process.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/message_replay/replay_process.h ('k') | tools/ipc_fuzzer/message_tools/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/ipc_fuzzer/message_replay/replay_process.cc
diff --git a/tools/ipc_fuzzer/replay/replay_process.cc b/tools/ipc_fuzzer/message_replay/replay_process.cc
similarity index 98%
rename from tools/ipc_fuzzer/replay/replay_process.cc
rename to tools/ipc_fuzzer/message_replay/replay_process.cc
index 8f942c6ec32009efa10b494e6b3ece471925a72c..56cc2ae5785ea30fc09697ea80d49dce367796d1 100644
--- a/tools/ipc_fuzzer/replay/replay_process.cc
+++ b/tools/ipc_fuzzer/message_replay/replay_process.cc
@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "tools/ipc_fuzzer/replay/replay_process.h"
+#include "tools/ipc_fuzzer/message_replay/replay_process.h"
#include <limits.h>
#include <string>
« no previous file with comments | « tools/ipc_fuzzer/message_replay/replay_process.h ('k') | tools/ipc_fuzzer/message_tools/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698