| Index: services/dart/test/echo/main.dart
|
| diff --git a/services/dart/test/echo/main.dart b/services/dart/test/echo/main.dart
|
| index 4f93a7aae454e4aed94e1a3c49c49e16c7d65af0..1059221b9d13a02ea2d19b0cfda58b900e950f8c 100644
|
| --- a/services/dart/test/echo/main.dart
|
| +++ b/services/dart/test/echo/main.dart
|
| @@ -32,7 +32,9 @@ class EchoServiceImpl implements EchoService {
|
| class EchoApplication extends Application {
|
| EchoApplication.fromHandle(MojoHandle handle) : super.fromHandle(handle);
|
|
|
| - void acceptConnection(String requestorUrl, ApplicationConnection connection) {
|
| + @override
|
| + void acceptConnection(String requestorUrl, String resolvedUrl,
|
| + ApplicationConnection connection) {
|
| connection.provideService(EchoServiceName, (endpoint) =>
|
| new EchoServiceImpl(this, endpoint));
|
| connection.listen();
|
|
|