aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/iomgr/resource_quota.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-10-18 16:09:26 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-10-18 16:09:26 -0700
commit2f1d8708e52614ec4b221c710801ca77d3df18d3 (patch)
treebd43383c4796f22658bb4590628738b09146c4c8 /src/core/lib/iomgr/resource_quota.h
parent50d6f7b60faf25678b33561b0348a4dd75fe97b0 (diff)
Header fixes
Diffstat (limited to 'src/core/lib/iomgr/resource_quota.h')
-rw-r--r--src/core/lib/iomgr/resource_quota.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/iomgr/resource_quota.h b/src/core/lib/iomgr/resource_quota.h
index 5c566e492c..c4015b42cc 100644
--- a/src/core/lib/iomgr/resource_quota.h
+++ b/src/core/lib/iomgr/resource_quota.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_CORE_LIB_IOMGR_BUFFER_POOL_H
-#define GRPC_CORE_LIB_IOMGR_BUFFER_POOL_H
+#ifndef GRPC_CORE_LIB_IOMGR_RESOURCE_QUOTA_H
+#define GRPC_CORE_LIB_IOMGR_RESOURCE_QUOTA_H
#include <grpc/grpc.h>
@@ -128,4 +128,4 @@ void grpc_resource_user_alloc_slices(
grpc_resource_user_slice_allocator *slice_allocator, size_t length,
size_t count, gpr_slice_buffer *dest);
-#endif /* GRPC_CORE_LIB_IOMGR_BUFFER_POOL_H */
+#endif /* GRPC_CORE_LIB_IOMGR_RESOURCE_QUOTA_H */