Index: examples/indirect_service/indirect_integer_service.cc |
diff --git a/examples/indirect_service/indirect_integer_service.cc b/examples/indirect_service/indirect_integer_service.cc |
index e1665a9d43e5d8c6f2c1022ee55cecdf1132e8ec..137eb10df5c58580f10f81cd132989dbf8cb3019 100644 |
--- a/examples/indirect_service/indirect_integer_service.cc |
+++ b/examples/indirect_service/indirect_integer_service.cc |
@@ -61,7 +61,7 @@ class IndirectIntegerServiceAppDelegate |
private: |
// InterfaceFactory<IndirectIntegerService> |
- void Create(ApplicationConnection* app, |
+ void Create(const mojo::ConnectionContext& connection_context, |
InterfaceRequest<IndirectIntegerService> request) override { |
new IndirectIntegerServiceImpl(request.Pass()); |
} |