Index: mojo/application/content_handler_factory.cc |
diff --git a/mojo/application/content_handler_factory.cc b/mojo/application/content_handler_factory.cc |
index a8c3b92027f47823da854195645010e4e7afd6b2..34c0ee48bb28b14291dfe3364b0730317a731bde 100644 |
--- a/mojo/application/content_handler_factory.cc |
+++ b/mojo/application/content_handler_factory.cc |
@@ -129,7 +129,7 @@ void ContentHandlerFactory::ManagedDelegate::RunApplication( |
loop.Run(); |
} |
-void ContentHandlerFactory::Create(ApplicationConnection* connection, |
+void ContentHandlerFactory::Create(const ConnectionContext& connection_context, |
InterfaceRequest<ContentHandler> request) { |
new ContentHandlerImpl(delegate_, request.Pass()); |
} |