aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/alarm_internal.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-03-02 08:51:52 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-03-02 08:51:52 -0800
commit61691f92c37f48cb194754aafefbf1e6462fa3c7 (patch)
treef7dae4d713a35f0fdac70c66f98599c41336e2eb /src/core/iomgr/alarm_internal.h
parent29f131428272e3b0f5c13d9ec6417f9e3b6dbc9b (diff)
parent7a89026886e9da28194ecdff840040980634ef99 (diff)
Merge github.com:grpc/grpc into credit
Diffstat (limited to 'src/core/iomgr/alarm_internal.h')
-rw-r--r--src/core/iomgr/alarm_internal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/iomgr/alarm_internal.h b/src/core/iomgr/alarm_internal.h
index cbd8fa9421..0268a01bad 100644
--- a/src/core/iomgr/alarm_internal.h
+++ b/src/core/iomgr/alarm_internal.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef __GRPC_INTERNAL_IOMGR_ALARM_INTERNAL_H_
-#define __GRPC_INTERNAL_IOMGR_ALARM_INTERNAL_H_
+#ifndef GRPC_INTERNAL_CORE_IOMGR_ALARM_INTERNAL_H
+#define GRPC_INTERNAL_CORE_IOMGR_ALARM_INTERNAL_H
#include <grpc/support/sync.h>
#include <grpc/support/time.h>
@@ -59,4 +59,4 @@ gpr_timespec grpc_alarm_list_next_timeout(void);
void grpc_kick_poller(void);
-#endif /* __GRPC_INTERNAL_IOMGR_ALARM_INTERNAL_H_ */
+#endif /* GRPC_INTERNAL_CORE_IOMGR_ALARM_INTERNAL_H */