| Index: services/shell/runner/child/test_native_service.mojom
|
| diff --git a/services/shell/runner/child/test_native_service.mojom b/services/shell/runner/child/test_native_service.mojom
|
| index 1f55eed526038c245bdaf29db0cb1a7d3ee47397..7bd50c1bb4f6371f34aab16cacdb50f67234f9cb 100644
|
| --- a/services/shell/runner/child/test_native_service.mojom
|
| +++ b/services/shell/runner/child/test_native_service.mojom
|
| @@ -2,7 +2,7 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module mojo.shell.test;
|
| +module shell.test;
|
|
|
| interface TestNativeService {
|
| Invert(bool from_driver) => (bool from_target);
|
|
|