| Index: mojo/services/test_service/test_service.mojom
|
| diff --git a/mojo/services/test_service/test_service.mojom b/mojo/services/test_service/test_service.mojom
|
| index 4ed741e1a38e815887f34963e5f153b0cd8a3797..bda3b6881ee80fa83701aa92d806dcc3247f2f92 100644
|
| --- a/mojo/services/test_service/test_service.mojom
|
| +++ b/mojo/services/test_service/test_service.mojom
|
| @@ -8,7 +8,7 @@ interface TestService {
|
| Ping() => ();
|
| // Connect to a TestTimeService at |app_url| and ferry the data back
|
| // in |response|.
|
| - ConnectToAppAndGetTime(string app_url) => (int64 time_usec);
|
| + ConnectToAppAndGetTime(string? app_url) => (int64 time_usec);
|
| StartTrackingRequests() => ();
|
| };
|
|
|
|
|