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

Unified Diff: shell/context.cc

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 | « shell/child_process_host.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: shell/context.cc
diff --git a/shell/context.cc b/shell/context.cc
index 3ecfa97b2b399755562fdfd4bd8719711cb7ce5c..de76e223b959fba622a1a9280fc3e48355c9ada8 100644
--- a/shell/context.cc
+++ b/shell/context.cc
@@ -319,7 +319,7 @@ bool Context::InitWithPaths(
mojo::embedder::InitIPCSupport(mojo::embedder::ProcessType::MASTER,
task_runners_->shell_runner().Clone(), this,
task_runners_->io_runner().Clone(),
- mojo::embedder::ScopedPlatformHandle());
+ mojo::platform::ScopedPlatformHandle());
scoped_ptr<NativeRunnerFactory> runner_factory;
if (command_line.HasSwitch(switches::kEnableMultiprocess))
« no previous file with comments | « shell/child_process_host.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698