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

Unified Diff: ppapi/c/extensions/dev/ppb_ext_events_dev.h

Issue 13080002: Apps V2 in Pepper: introduce singleton resource ExtensionsCommon. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 9 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/extensions/dev/ppb_ext_alarms_dev.h ('k') | ppapi/cpp/extensions/dev/alarms_dev.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ppapi/c/extensions/dev/ppb_ext_events_dev.h
diff --git a/ppapi/c/extensions/dev/ppb_events_dev.h b/ppapi/c/extensions/dev/ppb_ext_events_dev.h
similarity index 92%
rename from ppapi/c/extensions/dev/ppb_events_dev.h
rename to ppapi/c/extensions/dev/ppb_ext_events_dev.h
index 5483dc9cc11b33567be187ef2025bc07a4b13475..0c1c57ae418131d3ff9e6602784128c95aa57cf9 100644
--- a/ppapi/c/extensions/dev/ppb_events_dev.h
+++ b/ppapi/c/extensions/dev/ppb_ext_events_dev.h
@@ -3,10 +3,12 @@
* found in the LICENSE file.
*/
-/* From extensions/dev/ppb_events_dev.idl modified Sun Mar 10 10:37:48 2013. */
+/* From extensions/dev/ppb_ext_events_dev.idl,
+ * modified Mon Mar 18 17:18:20 2013.
+ */
-#ifndef PPAPI_C_EXTENSIONS_DEV_PPB_EVENTS_DEV_H_
-#define PPAPI_C_EXTENSIONS_DEV_PPB_EVENTS_DEV_H_
+#ifndef PPAPI_C_EXTENSIONS_DEV_PPB_EXT_EVENTS_DEV_H_
+#define PPAPI_C_EXTENSIONS_DEV_PPB_EXT_EVENTS_DEV_H_
#include "ppapi/c/pp_instance.h"
#include "ppapi/c/pp_macros.h"
@@ -114,5 +116,5 @@ PP_INLINE struct PP_Ext_EventListener PP_Ext_MakeEventListener(
listener.user_data = user_data;
return listener;
}
-#endif /* PPAPI_C_EXTENSIONS_DEV_PPB_EVENTS_DEV_H_ */
+#endif /* PPAPI_C_EXTENSIONS_DEV_PPB_EXT_EVENTS_DEV_H_ */
« no previous file with comments | « ppapi/c/extensions/dev/ppb_ext_alarms_dev.h ('k') | ppapi/cpp/extensions/dev/alarms_dev.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698