From ece4aaf578ac61e07b0a9a30a50b88425cdb7e25 Mon Sep 17 00:00:00 2001
From: Craig Tiller <ctiller@google.com>
Date: Thu, 7 Jul 2016 22:35:23 -0700
Subject: [PATCH] Fix header

---
 src/core/lib/iomgr/combiner.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/core/lib/iomgr/combiner.h b/src/core/lib/iomgr/combiner.h
index d16ce3d0f6..a3f75d48cf 100644
--- a/src/core/lib/iomgr/combiner.h
+++ b/src/core/lib/iomgr/combiner.h
@@ -31,8 +31,8 @@
  *
  */
 
-#ifndef GRPC_CORE_LIB_IOMGR_ASYNC_EXECUTION_LOCK_H
-#define GRPC_CORE_LIB_IOMGR_ASYNC_EXECUTION_LOCK_H
+#ifndef GRPC_CORE_LIB_IOMGR_COMBINER_H
+#define GRPC_CORE_LIB_IOMGR_COMBINER_H
 
 #include <stddef.h>
 
@@ -56,4 +56,4 @@ void grpc_combiner_destroy(grpc_combiner *lock);
 void grpc_combiner_execute(grpc_exec_ctx *exec_ctx, grpc_combiner *lock,
                            grpc_closure *closure, grpc_error *error);
 
-#endif /* GRPC_CORE_LIB_IOMGR_ASYNC_EXECUTION_LOCK_H */
+#endif /* GRPC_CORE_LIB_IOMGR_COMBINER_H */
-- 
GitLab