Index: services/nacl/nonsfi/pnacl_link.cc |
diff --git a/services/nacl/nonsfi/pnacl_link.cc b/services/nacl/nonsfi/pnacl_link.cc |
index 1e5e49374523e1b10d9968b32b8b6de61c38cee0..299a19064ad02f0085489c9008b83e3e1c17cfb6 100644 |
--- a/services/nacl/nonsfi/pnacl_link.cc |
+++ b/services/nacl/nonsfi/pnacl_link.cc |
@@ -51,7 +51,7 @@ class MultiPexeLinker : public ApplicationDelegate, |
} |
// From InterfaceFactory |
- void Create(ApplicationConnection* connection, |
+ void Create(const ConnectionContext& connection_context, |
InterfaceRequest<PexeLinkerInit> request) override { |
new StrongBindingPexeLinkerImpl(request.Pass()); |
} |