Index: mojo/nacl/mojo_syscall.h |
diff --git a/content/test/data/web_ui_test_mojo_bindings.mojom b/mojo/nacl/mojo_syscall.h |
similarity index 54% |
copy from content/test/data/web_ui_test_mojo_bindings.mojom |
copy to mojo/nacl/mojo_syscall.h |
index 45f291fdb4fc614cd291a5eb3be324c292fe4083..f195769a11d4745278fb7e982d1e8ff5ee6cde95 100644 |
--- a/content/test/data/web_ui_test_mojo_bindings.mojom |
+++ b/mojo/nacl/mojo_syscall.h |
@@ -2,15 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-module content { |
+#ifndef MOJO_NACL_MOJO_SYSCALL_H_ |
+#define MOJO_NACL_MOJO_SYSCALL_H_ |
-[Client=RendererTarget] |
-interface BrowserTarget { |
- PingResponse(); |
-}; |
+void InjectMojo(struct NaClApp* nap); |
-interface RendererTarget { |
- Ping(); |
-}; |
- |
-} |
+#endif // MOJO_NACL_MOJO_SYSCALL_H_ |