Index: mojo/monacl/mojo_syscall.h |
diff --git a/components/user_manager/user_info.cc b/mojo/monacl/mojo_syscall.h |
similarity index 52% |
copy from components/user_manager/user_info.cc |
copy to mojo/monacl/mojo_syscall.h |
index adfeb72f82bc8b68e9b7efb6f3aa2204cabea705..402772ed0069a7002dfe46fd901399d48451ac31 100644 |
--- a/components/user_manager/user_info.cc |
+++ b/mojo/monacl/mojo_syscall.h |
@@ -2,14 +2,9 @@ |
// Use of this source code is governed by a BSD-style license that can be |
// found in the LICENSE file. |
-#include "components/user_manager/user_info.h" |
+#ifndef MOJO_MONACL_MONACL_SYSCALL_H_ |
+#define MOJO_MONACL_MONACL_SYSCALL_H_ |
-namespace user_manager { |
+void InjectMojo(struct NaClApp *nap); |
-UserInfo::UserInfo() { |
-} |
- |
-UserInfo::~UserInfo() { |
-} |
- |
-} // namespace user_manager |
+#endif // MOJO_MONACL_MONACL_SYSCALL_H_ |