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

Unified Diff: mojo/edk/test/multiprocess_test_helper.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. 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 | « mojo/edk/system/transport_data.cc ('k') | mojo/edk/test/multiprocess_test_helper.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/edk/test/multiprocess_test_helper.h
diff --git a/mojo/edk/test/multiprocess_test_helper.h b/mojo/edk/test/multiprocess_test_helper.h
index 5358eb4350883bf9b35ff4e15ed8501aa641ae0b..aa762121b26619fcfe158b6d0054ce14f41f5ff4 100644
--- a/mojo/edk/test/multiprocess_test_helper.h
+++ b/mojo/edk/test/multiprocess_test_helper.h
@@ -10,7 +10,7 @@
#include "base/process/process.h"
#include "base/test/multiprocess_test.h"
-#include "mojo/edk/embedder/scoped_platform_handle.h"
+#include "mojo/edk/platform/scoped_platform_handle.h"
#include "mojo/public/cpp/system/macros.h"
#include "testing/multiprocess_func_list.h"
@@ -55,10 +55,10 @@ class MultiprocessTestHelper final {
static void ChildSetup();
// For use in the main process:
- embedder::ScopedPlatformHandle server_platform_handle;
+ platform::ScopedPlatformHandle server_platform_handle;
// For use (and only valid) in the child process:
- static embedder::ScopedPlatformHandle client_platform_handle;
+ static platform::ScopedPlatformHandle client_platform_handle;
private:
std::unique_ptr<embedder::PlatformChannelPair> platform_channel_pair_;
« no previous file with comments | « mojo/edk/system/transport_data.cc ('k') | mojo/edk/test/multiprocess_test_helper.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698