| Index: content/public/test/test_service.mojom
|
| diff --git a/content/public/test/test_mojo_service.mojom b/content/public/test/test_service.mojom
|
| similarity index 96%
|
| rename from content/public/test/test_mojo_service.mojom
|
| rename to content/public/test/test_service.mojom
|
| index 1a960fc7c86d7561562735392417a9e989dcba72..f0f0eedd91033c65d320701af1d10b35106ab70f 100644
|
| --- a/content/public/test/test_mojo_service.mojom
|
| +++ b/content/public/test/test_service.mojom
|
| @@ -4,7 +4,7 @@
|
|
|
| module content.mojom;
|
|
|
| -interface TestMojoService {
|
| +interface TestService {
|
| // Doesn't actually do anything, just responds.
|
| DoSomething() => ();
|
|
|
|
|