| Index: sky/tools/debugger/debugger.mojom
|
| diff --git a/sky/tools/debugger/debugger.mojom b/sky/tools/debugger/debugger.mojom
|
| index df3399e27c546eebc12a63e35e92f411d9f9bbe0..75e2f2f8a8acfe5bb434c2e58d017956151d6c4b 100644
|
| --- a/sky/tools/debugger/debugger.mojom
|
| +++ b/sky/tools/debugger/debugger.mojom
|
| @@ -2,11 +2,9 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -module sky {
|
| +module sky;
|
|
|
| interface Debugger {
|
| NavigateToURL(string url);
|
| InjectInspector();
|
| };
|
| -
|
| -}
|
|
|