Index: services/log/log_impl.h |
diff --git a/services/log/log_impl.h b/services/log/log_impl.h |
index 6a94ef29d9e3b519408d3abdb61cb361e35741c8..7d92ef210d2a2df0761c8c9ea00e59d19d98c4c5 100644 |
--- a/services/log/log_impl.h |
+++ b/services/log/log_impl.h |
@@ -16,7 +16,7 @@ |
namespace mojo { |
-class ApplicationConnection; |
+struct ConnectionContext; |
namespace log { |
@@ -34,7 +34,7 @@ class LogImpl : public Log { |
// Note that |print_log_message_function| may be called many times, for the |
// lifetime of the created object. |
- static void Create(ApplicationConnection* connection, |
+ static void Create(const ConnectionContext& connection_context, |
InterfaceRequest<Log> request, |
PrintLogMessageFunction print_log_message_function); |