Index: services/test_service/test_service_application.h |
diff --git a/services/test_service/test_service_application.h b/services/test_service/test_service_application.h |
index 6b36f07ab90b5b7c4162911cfbfe3a7a873f4576..18393112454bd7a63fb555cfc98a5f92994b824a 100644 |
--- a/services/test_service/test_service_application.h |
+++ b/services/test_service/test_service_application.h |
@@ -29,11 +29,11 @@ class TestServiceApplication : public ApplicationDelegate, |
bool ConfigureIncomingConnection(ApplicationConnection* connection) override; |
// InterfaceFactory<TestService> implementation. |
- void Create(ApplicationConnection* connection, |
+ void Create(const ConnectionContext& connection_context, |
InterfaceRequest<TestService> request) override; |
// InterfaceFactory<TestTimeService> implementation. |
- void Create(ApplicationConnection* connection, |
+ void Create(const ConnectionContext& connection_context, |
InterfaceRequest<TestTimeService> request) override; |
void AddRef(); |