aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/transport.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-15 14:53:05 -0700
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-15 14:53:05 -0700
commit3598d4457d508a904cef70fd6fdbb632af7e7e09 (patch)
tree00c8b02752c1697e0092c3336514232fe3566f0d /src/core/transport/transport.h
parent7d5383690308f2dd7ac274c6fbe13da9bff53dde (diff)
Fixed include guards
Diffstat (limited to 'src/core/transport/transport.h')
-rw-r--r--src/core/transport/transport.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/transport/transport.h b/src/core/transport/transport.h
index ed6e121c9c..0f068dcb38 100644
--- a/src/core/transport/transport.h
+++ b/src/core/transport/transport.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_INTERNAL_CORE_TRANSPORT_TRANSPORT_H
-#define GRPC_INTERNAL_CORE_TRANSPORT_TRANSPORT_H
+#ifndef GRPC_CORE_TRANSPORT_TRANSPORT_H
+#define GRPC_CORE_TRANSPORT_TRANSPORT_H
#include <stddef.h>
@@ -239,4 +239,4 @@ void grpc_transport_destroy(grpc_exec_ctx *exec_ctx, grpc_transport *transport);
char *grpc_transport_get_peer(grpc_exec_ctx *exec_ctx,
grpc_transport *transport);
-#endif /* GRPC_INTERNAL_CORE_TRANSPORT_TRANSPORT_H */
+#endif /* GRPC_CORE_TRANSPORT_TRANSPORT_H */