| Index: mojo/monacl/mojo_syscall.h
|
| diff --git a/device/bluetooth/bluetooth_socket.cc b/mojo/monacl/mojo_syscall.h
|
| similarity index 52%
|
| copy from device/bluetooth/bluetooth_socket.cc
|
| copy to mojo/monacl/mojo_syscall.h
|
| index 26981ab382db5c206fbc8e3dbc10c4451a98cf35..402772ed0069a7002dfe46fd901399d48451ac31 100644
|
| --- a/device/bluetooth/bluetooth_socket.cc
|
| +++ b/mojo/monacl/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_MONACL_MONACL_SYSCALL_H_
|
| +#define MOJO_MONACL_MONACL_SYSCALL_H_
|
|
|
| -namespace device {
|
| +void InjectMojo(struct NaClApp *nap);
|
|
|
| -BluetoothSocket::~BluetoothSocket() {}
|
| -
|
| -} // namespace device
|
| +#endif // MOJO_MONACL_MONACL_SYSCALL_H_
|
|
|