| Index: mojo/application_manager/test.mojom
|
| diff --git a/mojo/application_manager/test.mojom b/mojo/application_manager/test.mojom
|
| index 6a035814b04aa675c444fc5612822abd63220598..d091abf55e8540f01dc9849ac41cdb02031022ef 100644
|
| --- a/mojo/application_manager/test.mojom
|
| +++ b/mojo/application_manager/test.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 {
|
| +module mojo;
|
|
|
| [Client=TestClient]
|
| interface TestService {
|
| @@ -26,5 +26,3 @@ interface TestB {
|
| interface TestC {
|
| C() => ();
|
| };
|
| -
|
| -}
|
|
|