| Index: ppapi/c/extensions/dev/ppb_ext_alarms_dev.h
|
| diff --git a/ppapi/c/extensions/dev/ppb_alarms_dev.h b/ppapi/c/extensions/dev/ppb_ext_alarms_dev.h
|
| similarity index 95%
|
| rename from ppapi/c/extensions/dev/ppb_alarms_dev.h
|
| rename to ppapi/c/extensions/dev/ppb_ext_alarms_dev.h
|
| index a573527d91aec64ed59853a01c1d662f7fa05c72..e73de60e2371476a7f43ae1d083d605fc5d71ef4 100644
|
| --- a/ppapi/c/extensions/dev/ppb_alarms_dev.h
|
| +++ b/ppapi/c/extensions/dev/ppb_ext_alarms_dev.h
|
| @@ -3,10 +3,12 @@
|
| * found in the LICENSE file.
|
| */
|
|
|
| -/* From extensions/dev/ppb_alarms_dev.idl modified Tue Mar 05 14:02:41 2013. */
|
| +/* From extensions/dev/ppb_ext_alarms_dev.idl,
|
| + * modified Wed Mar 20 13:50:11 2013.
|
| + */
|
|
|
| -#ifndef PPAPI_C_EXTENSIONS_DEV_PPB_ALARMS_DEV_H_
|
| -#define PPAPI_C_EXTENSIONS_DEV_PPB_ALARMS_DEV_H_
|
| +#ifndef PPAPI_C_EXTENSIONS_DEV_PPB_EXT_ALARMS_DEV_H_
|
| +#define PPAPI_C_EXTENSIONS_DEV_PPB_EXT_ALARMS_DEV_H_
|
|
|
| #include "ppapi/c/pp_bool.h"
|
| #include "ppapi/c/pp_completion_callback.h"
|
| @@ -25,7 +27,7 @@
|
| */
|
|
|
|
|
| -#include "ppapi/c/extensions/dev/ppb_events_dev.h"
|
| +#include "ppapi/c/extensions/dev/ppb_ext_events_dev.h"
|
|
|
| /**
|
| * @addtogroup Typedefs
|
| @@ -198,5 +200,5 @@ PP_INLINE struct PP_Ext_EventListener PP_Ext_Alarms_OnAlarm_Dev_0_1(
|
| }
|
|
|
| #define PP_Ext_Alarms_OnAlarm_Dev PP_Ext_Alarms_OnAlarm_Dev_0_1
|
| -#endif /* PPAPI_C_EXTENSIONS_DEV_PPB_ALARMS_DEV_H_ */
|
| +#endif /* PPAPI_C_EXTENSIONS_DEV_PPB_EXT_ALARMS_DEV_H_ */
|
|
|
|
|