aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-12-08 14:12:28 -0800
committerGravatar Craig Tiller <ctiller@google.com>2016-12-08 14:12:28 -0800
commitcadabdf1f3985f5776d7aa3e588acea19c37ddcb (patch)
tree0264c925bfb012ae048240c5c881f5970d6af8b3 /include/grpc++
parentf658bf0e1ba017038267246a42bd980ce0f9033d (diff)
Fix include guards
Diffstat (limited to 'include/grpc++')
-rw-r--r--include/grpc++/impl/codegen/metadata_map.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/grpc++/impl/codegen/metadata_map.h b/include/grpc++/impl/codegen/metadata_map.h
index fc2ed7d9e1..53b9d62f9f 100644
--- a/include/grpc++/impl/codegen/metadata_map.h
+++ b/include/grpc++/impl/codegen/metadata_map.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef META_H
-#define META_H
+#ifndef GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
+#define GRPCXX_IMPL_CODEGEN_METADATA_MAP_H
#include <grpc++/impl/codegen/slice.h>
@@ -68,4 +68,4 @@ class MetadataMap {
} // namespace grpc
-#endif
+#endif // GRPCXX_IMPL_CODEGEN_METADATA_MAP_H