Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(989)

Unified Diff: mojo/nacl/mojo_syscall.h

Issue 385983008: Mojo + NaCl prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: FinalEdits Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « mojo/nacl/generator/mojo_syscall.cc.tmpl ('k') | mojo/nacl/mojo_syscall_internal.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/nacl/mojo_syscall.h
diff --git a/device/bluetooth/bluetooth_socket.cc b/mojo/nacl/mojo_syscall.h
similarity index 54%
copy from device/bluetooth/bluetooth_socket.cc
copy to mojo/nacl/mojo_syscall.h
index 26981ab382db5c206fbc8e3dbc10c4451a98cf35..f195769a11d4745278fb7e982d1e8ff5ee6cde95 100644
--- a/device/bluetooth/bluetooth_socket.cc
+++ b/mojo/nacl/mojo_syscall.h
@@ -2,10 +2,9 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "device/bluetooth/bluetooth_socket.h"
+#ifndef MOJO_NACL_MOJO_SYSCALL_H_
+#define MOJO_NACL_MOJO_SYSCALL_H_
-namespace device {
+void InjectMojo(struct NaClApp* nap);
-BluetoothSocket::~BluetoothSocket() {}
-
-} // namespace device
+#endif // MOJO_NACL_MOJO_SYSCALL_H_
« no previous file with comments | « mojo/nacl/generator/mojo_syscall.cc.tmpl ('k') | mojo/nacl/mojo_syscall_internal.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698