| OLD | NEW |
| 1 // Copyright 2015 The Chromium Authors. All rights reserved. | 1 // Copyright 2015 The Chromium Authors. All rights reserved. |
| 2 // Use of this source code is governed by a BSD-style license that can be | 2 // Use of this source code is governed by a BSD-style license that can be |
| 3 // found in the LICENSE file. | 3 // found in the LICENSE file. |
| 4 | 4 |
| 5 {{generator_warning}} | 5 {{generator_warning}} |
| 6 | 6 |
| 7 #ifndef {{platform_dir_header_path}}_MOJO_IRT_H_ | 7 #ifndef {{platform_dir_header_path}}_MOJO_IRT_H_ |
| 8 #define {{platform_dir_header_path}}_MOJO_IRT_H_ | 8 #define {{platform_dir_header_path}}_MOJO_IRT_H_ |
| 9 | 9 |
| 10 #include "mojo/public/c/system/buffer.h" | 10 #include "mojo/public/c/system/buffer.h" |
| (...skipping 11 matching lines...) Expand all Loading... |
| 22 | 22 |
| 23 size_t mojo_irt_query(const char* interface_ident, | 23 size_t mojo_irt_query(const char* interface_ident, |
| 24 void* table, | 24 void* table, |
| 25 size_t tablesize); | 25 size_t tablesize); |
| 26 | 26 |
| 27 #ifdef __cplusplus | 27 #ifdef __cplusplus |
| 28 } | 28 } |
| 29 #endif | 29 #endif |
| 30 | 30 |
| 31 #endif // {{platform_dir_header_path}}_MOJO_IRT_H_ | 31 #endif // {{platform_dir_header_path}}_MOJO_IRT_H_ |
| OLD | NEW |