aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/iomgr/timer_heap.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-21 08:59:54 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-21 08:59:54 -0700
commitc22781525c1113ae04496f49a5f5fa10fea96534 (patch)
tree131975d8501a4f94fcb6d3a5d24df63d2de1f799 /src/core/iomgr/timer_heap.h
parentec8eef42b8fea88c7f0c509c3734db4f6bd0049f (diff)
parent59743d6971a98562a1c59780a9f1e4bcc24dd899 (diff)
Merge branch 'cleaner-posix2' into cleaner-posix3
Diffstat (limited to 'src/core/iomgr/timer_heap.h')
-rw-r--r--src/core/iomgr/timer_heap.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/iomgr/timer_heap.h b/src/core/iomgr/timer_heap.h
index 2d220f1677..c2912ef45d 100644
--- a/src/core/iomgr/timer_heap.h
+++ b/src/core/iomgr/timer_heap.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_INTERNAL_CORE_IOMGR_TIMER_HEAP_H
-#define GRPC_INTERNAL_CORE_IOMGR_TIMER_HEAP_H
+#ifndef GRPC_CORE_IOMGR_TIMER_HEAP_H
+#define GRPC_CORE_IOMGR_TIMER_HEAP_H
#include "src/core/iomgr/timer.h"
@@ -54,4 +54,4 @@ void grpc_timer_heap_pop(grpc_timer_heap *heap);
int grpc_timer_heap_is_empty(grpc_timer_heap *heap);
-#endif /* GRPC_INTERNAL_CORE_IOMGR_TIMER_HEAP_H */
+#endif /* GRPC_CORE_IOMGR_TIMER_HEAP_H */