Chromium Code Reviews| Index: shell/test/pingable.mojom |
| diff --git a/shell/test/pingable.mojom b/shell/test/pingable.mojom |
| index 33a6d91d811558da7a007826d637dd16eb9b9631..ca3be6d25a679c60983e82d12c6c61e949cad8a1 100644 |
| --- a/shell/test/pingable.mojom |
| +++ b/shell/test/pingable.mojom |
| @@ -4,5 +4,6 @@ |
| [ServiceName="Pingable"] |
| interface Pingable { |
| - Ping(string message) => (string app_url, string connection_url, string message); |
| + Ping(string message) |
| + => (string app_url, string connection_url, string message); |
| }; |