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

Unified Diff: tools/ipc_fuzzer/message_replay/replay_process.cc

Issue 2074453003: Move ScopedIPCSupport to mojo/edk/embedder and the mojo::edk namespace. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 6 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') | no next file » | 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/message_replay/replay_process.cc b/tools/ipc_fuzzer/message_replay/replay_process.cc
index 58ba44379c018c512043b788330bdd900063ca65..4d8aa871b79b4be4c471ef4cc3d12f1552f03d0d 100644
--- a/tools/ipc_fuzzer/message_replay/replay_process.cc
+++ b/tools/ipc_fuzzer/message_replay/replay_process.cc
@@ -21,6 +21,7 @@
#include "ipc/mojo/ipc_channel_mojo.h"
#include "mojo/edk/embedder/embedder.h"
#include "mojo/edk/embedder/platform_channel_pair.h"
+#include "mojo/edk/embedder/scoped_ipc_support.h"
#if defined(OS_POSIX)
#include "content/public/common/content_descriptors.h"
@@ -93,7 +94,8 @@ bool ReplayProcess::Initialize(int argc, const char** argv) {
kMojoIPCChannel + base::GlobalDescriptors::kBaseDescriptor);
#endif
- mojo_ipc_support_.reset(new IPC::ScopedIPCSupport(io_thread_.task_runner()));
+ mojo_ipc_support_.reset(
+ new mojo::edk::ScopedIPCSupport(io_thread_.task_runner()));
InitializeMojoIPCChannel();
return true;
« no previous file with comments | « tools/ipc_fuzzer/message_replay/replay_process.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698