| Index: sky/services/inspector/inspector.mojom
|
| diff --git a/sky/services/inspector/inspector.mojom b/sky/services/inspector/inspector.mojom
|
| index 69974084dc0202887fff5e562202f65d360a5b61..70a7503176119066a1e3ce739d042b645e685067 100644
|
| --- a/sky/services/inspector/inspector.mojom
|
| +++ b/sky/services/inspector/inspector.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 sky {
|
| +module sky;
|
|
|
| [Client=InspectorBackend]
|
| interface InspectorFrontend {
|
| @@ -16,5 +16,3 @@ interface InspectorBackend {
|
| OnDisconnect();
|
| OnMessage(string message);
|
| };
|
| -
|
| -}
|
|
|