| Index: content/public/test/test_mojo_service.mojom
|
| diff --git a/content/public/test/test_mojo_service.mojom b/content/public/test/test_mojo_service.mojom
|
| index 1277239dcd3c8a92ee63e16e7d85d1ea62f8689a..ff845e801b2ffb84ea20f6f1ba0e20fe0db0451d 100644
|
| --- a/content/public/test/test_mojo_service.mojom
|
| +++ b/content/public/test/test_mojo_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 content;
|
| +module content.mojom;
|
|
|
| interface TestMojoService {
|
| // Doesn't actually do anything, just responds.
|
|
|