Index: examples/apptest/example_service_application.h |
diff --git a/examples/apptest/example_service_application.h b/examples/apptest/example_service_application.h |
index 3e8602e8143a3a7afbb36974965e51fa373d7629..2e65b03d30876f6f783c368046cb73472bcd682a 100644 |
--- a/examples/apptest/example_service_application.h |
+++ b/examples/apptest/example_service_application.h |
@@ -21,7 +21,7 @@ class ExampleServiceApplication : public ApplicationDelegate { |
private: |
// ApplicationDelegate implementation. |
bool ConfigureIncomingConnection( |
- ApplicationConnection* connection) override; |
+ ServiceProviderImpl* service_provider_impl) override; |
MOJO_DISALLOW_COPY_AND_ASSIGN(ExampleServiceApplication); |
}; |