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

Side by Side Diff: native_client_sdk/src/libraries/xray/xray_priv.h

Issue 19673003: [NaCl SDK] Consistent use of copyright header. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « native_client_sdk/src/libraries/xray/xray.odt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2013 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 */
5
6 4
7 /* XRay -- a simple profiler for Native Client */ 5 /* XRay -- a simple profiler for Native Client */
8 6
9 /* This header file is the private internal interface. */ 7 /* This header file is the private internal interface. */
10 8
11 #ifndef LIBRARIES_XRAY_XRAY_PRIV_H_ 9 #ifndef LIBRARIES_XRAY_XRAY_PRIV_H_
12 #define LIBRARIES_XRAY_XRAY_PRIV_H_ 10 #define LIBRARIES_XRAY_XRAY_PRIV_H_
13 11
14 #include <stdbool.h> 12 #include <stdbool.h>
15 #include <stdint.h> 13 #include <stdint.h>
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 #endif 197 #endif
200 198
201 199
202 #endif /* defined(XRAY) */ 200 #endif /* defined(XRAY) */
203 201
204 #ifdef __cplusplus 202 #ifdef __cplusplus
205 } 203 }
206 #endif 204 #endif
207 205
208 #endif /* LIBRARIES_XRAY_XRAY_PRIV_H_ */ 206 #endif /* LIBRARIES_XRAY_XRAY_PRIV_H_ */
OLDNEW
« no previous file with comments | « native_client_sdk/src/libraries/xray/xray.odt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698