| Index: mojo/spy/public/spy.mojom
|
| diff --git a/mojo/spy/public/spy.mojom b/mojo/spy/public/spy.mojom
|
| index fd5fffea8b236a218e295277cee24219e785d7c6..f5386e5f4bdd01900348bb15f67406197755cfaf 100644
|
| --- a/mojo/spy/public/spy.mojom
|
| +++ b/mojo/spy/public/spy.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.spy_api {
|
| +module mojo.spy_api;
|
|
|
| enum Result {
|
| ALL_OK,
|
| @@ -46,5 +46,3 @@ interface SpyClient {
|
| OnClientConnection(string? name, uint32 id, ConnectionOptions options);
|
| OnMessage(Message? message);
|
| };
|
| -
|
| -}
|
|
|