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

Unified Diff: mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc

Issue 1931963002: Build fix. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc
diff --git a/mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc b/mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc
index 37d9426b49506537214b50ee96861ae404bed8bb..71a30bae1fe1e314811fb0bcd18cad2abbd74e0a 100644
--- a/mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc
+++ b/mojo/nacl/nonsfi/irt_pnacl_translator_compile.cc
@@ -118,7 +118,7 @@ void ServeTranslateRequest(const struct nacl_irt_pnacl_compile_funcs* funcs) {
// Convert the MojoHandle into a ScopedMessagePipeHandle, and use that to
// implement the PexeCompiler interface.
PexeCompilerImpl impl(
- mojo::MakeRequest<mojo::nacl::PexeCompiler>(
+ mojo::InterfaceRequest<mojo::nacl::PexeCompiler>(
mojo::ScopedMessagePipeHandle(mojo::MessagePipeHandle(handle))),
funcs);
mojo::RunLoop::current()->Run();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698