Chromium Code Reviews| Index: mojo/application_manager/test.mojom |
| diff --git a/mojo/application_manager/test.mojom b/mojo/application_manager/test.mojom |
| index 0beaba5a7045618528eded4343a3a1a1082d9d2a..6a035814b04aa675c444fc5612822abd63220598 100644 |
| --- a/mojo/application_manager/test.mojom |
| +++ b/mojo/application_manager/test.mojom |
| @@ -6,7 +6,7 @@ module mojo { |
| [Client=TestClient] |
| interface TestService { |
| - Test(string test_string); |
| + Test(string? test_string); |
| }; |
| interface TestClient { |