Chromium Code Reviews

Unified Diff: mojo/edk/test/scoped_ipc_support.h

Issue 1483823004: EDK: Move {platform_handle,scoped_platform_handle}.* to //mojo/edk/platform. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « mojo/edk/test/multiprocess_test_helper_unittest.cc ('k') | mojo/edk/test/scoped_ipc_support.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/scoped_ipc_support.h
diff --git a/mojo/edk/test/scoped_ipc_support.h b/mojo/edk/test/scoped_ipc_support.h
index 6a14584f0025b4278bcfa3a4fa5c203e0f8549d9..7aec5b04ad8d53110334f971ccbac18732113aed 100644
--- a/mojo/edk/test/scoped_ipc_support.h
+++ b/mojo/edk/test/scoped_ipc_support.h
@@ -9,8 +9,8 @@
#include "mojo/edk/embedder/master_process_delegate.h"
#include "mojo/edk/embedder/process_delegate.h"
#include "mojo/edk/embedder/process_type.h"
-#include "mojo/edk/embedder/scoped_platform_handle.h"
#include "mojo/edk/embedder/slave_process_delegate.h"
+#include "mojo/edk/platform/scoped_platform_handle.h"
#include "mojo/edk/platform/task_runner.h"
#include "mojo/edk/util/ref_ptr.h"
#include "mojo/edk/util/waitable_event.h"
@@ -29,7 +29,7 @@ class ScopedIPCSupportHelper final {
void Init(embedder::ProcessType process_type,
embedder::ProcessDelegate* process_delegate,
util::RefPtr<platform::TaskRunner>&& io_thread_task_runner,
- embedder::ScopedPlatformHandle platform_handle);
+ platform::ScopedPlatformHandle platform_handle);
void OnShutdownCompleteImpl();
@@ -93,10 +93,10 @@ class ScopedSlaveIPCSupport final : public embedder::SlaveProcessDelegate {
public:
ScopedSlaveIPCSupport(
util::RefPtr<platform::TaskRunner>&& io_thread_task_runner,
- embedder::ScopedPlatformHandle platform_handle);
+ platform::ScopedPlatformHandle platform_handle);
ScopedSlaveIPCSupport(
util::RefPtr<platform::TaskRunner>&& io_thread_task_runner,
- embedder::ScopedPlatformHandle platform_handle,
+ platform::ScopedPlatformHandle platform_handle,
base::Closure on_master_disconnect);
~ScopedSlaveIPCSupport() override;
« no previous file with comments | « mojo/edk/test/multiprocess_test_helper_unittest.cc ('k') | mojo/edk/test/scoped_ipc_support.cc » ('j') | no next file with comments »

Powered by Google App Engine