aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/backoff
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2017-07-19 15:45:03 -0700
committerGravatar Craig Tiller <ctiller@google.com>2017-07-19 15:45:03 -0700
commit6b7c1fbe3e1bcc8f5e20a72acdfec501ac837133 (patch)
tree9061500811c7b83b35d026f542611b0beada1c72 /src/core/lib/backoff
parent89c1428a60a6c5423ccad9ede60079c5e4cc79ac (diff)
Distrib stuff
Diffstat (limited to 'src/core/lib/backoff')
-rw-r--r--src/core/lib/backoff/backoff.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/backoff/backoff.h b/src/core/lib/backoff/backoff.h
index f1258bcdc5..de708e686e 100644
--- a/src/core/lib/backoff/backoff.h
+++ b/src/core/lib/backoff/backoff.h
@@ -16,8 +16,8 @@
*
*/
-#ifndef GRPC_CORE_LIB_SUPPORT_BACKOFF_H
-#define GRPC_CORE_LIB_SUPPORT_BACKOFF_H
+#ifndef GRPC_CORE_LIB_BACKOFF_BACKOFF_H
+#define GRPC_CORE_LIB_BACKOFF_BACKOFF_H
#include "src/core/lib/iomgr/exec_ctx.h"
@@ -54,4 +54,4 @@ grpc_millis grpc_backoff_step(grpc_exec_ctx *exec_ctx, grpc_backoff *backoff);
/// instead
void grpc_backoff_reset(grpc_backoff *backoff);
-#endif /* GRPC_CORE_LIB_SUPPORT_BACKOFF_H */
+#endif /* GRPC_CORE_LIB_BACKOFF_BACKOFF_H */