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

Unified Diff: ppapi/c/pp_stdint.h

Issue 7448005: Missing changes for IDL (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ppapi/api/trusted/ppb_file_io_trusted.idl ('k') | ppapi/c/ppb_core.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/pp_stdint.h
===================================================================
--- ppapi/c/pp_stdint.h (revision 93091)
+++ ppapi/c/pp_stdint.h (working copy)
@@ -2,9 +2,14 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
+/* From pp_stdint.idl modified Mon Jul 18 17:53:53 2011. */
+
#ifndef PPAPI_C_PP_STDINT_H_
#define PPAPI_C_PP_STDINT_H_
+#include "ppapi/c/pp_macros.h"
+
/**
* @file
* This file provides a definition of C99 sized types
@@ -12,6 +17,8 @@
* for trusted modules.
*/
+
+
/**
*
* @addtogroup Typedefs
@@ -49,4 +56,6 @@
/**
* @}
*/
+
#endif /* PPAPI_C_PP_STDINT_H_ */
+
« no previous file with comments | « ppapi/api/trusted/ppb_file_io_trusted.idl ('k') | ppapi/c/ppb_core.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698