aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/alarm_heap.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_heap.h
parent29f131428272e3b0f5c13d9ec6417f9e3b6dbc9b (diff)
parent7a89026886e9da28194ecdff840040980634ef99 (diff)
Merge github.com:grpc/grpc into credit
Diffstat (limited to 'src/core/iomgr/alarm_heap.h')
-rw-r--r--src/core/iomgr/alarm_heap.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/iomgr/alarm_heap.h b/src/core/iomgr/alarm_heap.h
index bb6e5e3a89..c5adfc6d31 100644
--- a/src/core/iomgr/alarm_heap.h
+++ b/src/core/iomgr/alarm_heap.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef __GRPC_INTERNAL_IOMGR_ALARM_HEAP_H_
-#define __GRPC_INTERNAL_IOMGR_ALARM_HEAP_H_
+#ifndef GRPC_INTERNAL_CORE_IOMGR_ALARM_HEAP_H
+#define GRPC_INTERNAL_CORE_IOMGR_ALARM_HEAP_H
#include "src/core/iomgr/alarm.h"
@@ -54,4 +54,4 @@ void grpc_alarm_heap_pop(grpc_alarm_heap *heap);
int grpc_alarm_heap_is_empty(grpc_alarm_heap *heap);
-#endif /* __GRPC_INTERNAL_IOMGR_ALARM_HEAP_H_ */
+#endif /* GRPC_INTERNAL_CORE_IOMGR_ALARM_HEAP_H */