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

Side by Side Diff: ppapi/c/private/ppb_instance_private.h

Issue 11235016: Change the way we generate versions (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 2 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
OLDNEW
1 /* Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 /* Copyright (c) 2012 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 5
6 /* From private/ppb_instance_private.idl modified Mon Oct 8 10:50:04 2012. */ 6 /* From private/ppb_instance_private.idl modified Fri Oct 19 15:07:49 2012. */
7 7
8 #ifndef PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ 8 #ifndef PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_
9 #define PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ 9 #define PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_
10 10
11 #include "ppapi/c/pp_bool.h" 11 #include "ppapi/c/pp_bool.h"
12 #include "ppapi/c/pp_instance.h" 12 #include "ppapi/c/pp_instance.h"
13 #include "ppapi/c/pp_macros.h" 13 #include "ppapi/c/pp_macros.h"
14 #include "ppapi/c/pp_stdint.h" 14 #include "ppapi/c/pp_stdint.h"
15 #include "ppapi/c/pp_var.h" 15 #include "ppapi/c/pp_var.h"
16 16
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 struct PP_Var* exception); 74 struct PP_Var* exception);
75 }; 75 };
76 76
77 typedef struct PPB_Instance_Private_0_1 PPB_Instance_Private; 77 typedef struct PPB_Instance_Private_0_1 PPB_Instance_Private;
78 /** 78 /**
79 * @} 79 * @}
80 */ 80 */
81 81
82 #endif /* PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ */ 82 #endif /* PPAPI_C_PRIVATE_PPB_INSTANCE_PRIVATE_H_ */
83 83
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698