|
OLD | NEW |
---|---|
(Empty) | |
1 /* | |
2 * Copyright (c) 2012 The Native Client Authors. All rights reserved. | |
3 * Use of this source code is governed by a BSD-style license that can be | |
4 * found in the LICENSE file. | |
5 */ | |
6 #ifndef NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_SHIM_H_ | |
7 #define NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_SHIM_H_ | |
8 | |
9 /* | |
10 * This should be kept in sync with NACL_IRT_PPAPIHOOK_v0_1. | |
Mark Seaborn
2012/08/28 20:41:00
There's 2 spaces after 'with'; just use 1.
| |
11 * It is also using the nacl_irt_ppapihook API. | |
12 */ | |
13 | |
14 #define NACL_IRT_PPAPIHOOK_SHIMMED_v0_1 "nacl-irt-ppapihook-shimmed-0.1" | |
Mark Seaborn
2012/08/28 20:41:00
Please add a comment saying this is a private inte
Mark Seaborn
2012/08/28 21:32:00
Ping -- once you do this, I can OK the change.
| |
15 | |
16 #endif /* NATIVE_CLIENT_SRC_UNTRUSTED_IRT_IRT_SHIM_H */ | |
OLD | NEW |