| Index: content/test/data/web_ui_test_mojo_bindings.mojom
|
| diff --git a/content/test/data/web_ui_test_mojo_bindings.mojom b/content/test/data/web_ui_test_mojo_bindings.mojom
|
| index 45f291fdb4fc614cd291a5eb3be324c292fe4083..76a5c0d1e530f5809e1b9c361d65fe5fbe40c4c4 100644
|
| --- a/content/test/data/web_ui_test_mojo_bindings.mojom
|
| +++ b/content/test/data/web_ui_test_mojo_bindings.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;
|
|
|
| [Client=RendererTarget]
|
| interface BrowserTarget {
|
| @@ -12,5 +12,3 @@ interface BrowserTarget {
|
| interface RendererTarget {
|
| Ping();
|
| };
|
| -
|
| -}
|
|
|