aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/channel/context.h
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-03-21 08:06:39 -0700
committerGravatar vjpai <vpai@google.com>2016-03-21 08:06:39 -0700
commitf4e25643665f139ad8abd05d066f313e4f16a743 (patch)
tree48d2faf3e747b09ff346ad9abc820537c098aaff /src/core/channel/context.h
parent2446114b8fa1f925f6497a2d8d420f37e547b7af (diff)
parentddd4d7f10f58bded28b47f09938780633c71fcaa (diff)
Merge branch 'master' into make_clang_great_again_v2
Diffstat (limited to 'src/core/channel/context.h')
-rw-r--r--src/core/channel/context.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/channel/context.h b/src/core/channel/context.h
index ac5796b9ef..db217dc133 100644
--- a/src/core/channel/context.h
+++ b/src/core/channel/context.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2015, Google Inc.
+ * Copyright 2015-2016, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_INTERNAL_CORE_CHANNEL_CONTEXT_H
-#define GRPC_INTERNAL_CORE_CHANNEL_CONTEXT_H
+#ifndef GRPC_CORE_CHANNEL_CONTEXT_H
+#define GRPC_CORE_CHANNEL_CONTEXT_H
/* Call object context pointers */
typedef enum {
@@ -46,4 +46,4 @@ typedef struct {
void (*destroy)(void *);
} grpc_call_context_element;
-#endif /* GRPC_INTERNAL_CORE_CHANNEL_CONTEXT_H */
+#endif /* GRPC_CORE_CHANNEL_CONTEXT_H */