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

Unified Diff: ppapi/c/ppp.h

Issue 7399016: More trivial cleanupi of ppapi/c headers (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/c/ppb_var.h ('k') | ppapi/c/ppp_input_event.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/ppp.h
===================================================================
--- ppapi/c/ppp.h (revision 92804)
+++ ppapi/c/ppp.h (working copy)
@@ -2,9 +2,22 @@
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
+
+/* From ppp.idl modified Sat Jul 16 16:50:26 2011. */
+
#ifndef PPAPI_C_PPP_H_
#define PPAPI_C_PPP_H_
+#include "ppapi/c/pp_macros.h"
+
+/**
+ * @file
+ * This file defines three functions that your module must
+ * implement to interact with the browser.
+ */
+
+
+
#include "ppapi/c/pp_module.h"
#include "ppapi/c/pp_stdint.h"
#include "ppapi/c/ppb.h"
@@ -15,15 +28,8 @@
#define PP_EXPORT __declspec(dllexport)
#endif
-/**
- * @file
- * This file defines three functions that your module must
- * implement to interact with the browser.
- */
-
// {PENDING: undefine PP_EXPORT?}
-
/* We don't want name mangling for these external functions. We only need
* 'extern "C"' if we're compiling with a C++ compiler.
*/
@@ -108,3 +114,4 @@
#endif
#endif /* PPAPI_C_PPP_H_ */
+
« no previous file with comments | « ppapi/c/ppb_var.h ('k') | ppapi/c/ppp_input_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698