aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/transport/chttp2/huffsyms.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/chttp2/huffsyms.h
parent7d5383690308f2dd7ac274c6fbe13da9bff53dde (diff)
Fixed include guards
Diffstat (limited to 'src/core/transport/chttp2/huffsyms.h')
-rw-r--r--src/core/transport/chttp2/huffsyms.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/core/transport/chttp2/huffsyms.h b/src/core/transport/chttp2/huffsyms.h
index a3cdba8235..9c4f09dcf6 100644
--- a/src/core/transport/chttp2/huffsyms.h
+++ b/src/core/transport/chttp2/huffsyms.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_TRANSPORT_CHTTP2_HUFFSYMS_H
-#define GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_HUFFSYMS_H
+#ifndef GRPC_CORE_TRANSPORT_CHTTP2_HUFFSYMS_H
+#define GRPC_CORE_TRANSPORT_CHTTP2_HUFFSYMS_H
/* HPACK static huffman table */
@@ -45,4 +45,4 @@ typedef struct {
extern const grpc_chttp2_huffsym grpc_chttp2_huffsyms[GRPC_CHTTP2_NUM_HUFFSYMS];
-#endif /* GRPC_INTERNAL_CORE_TRANSPORT_CHTTP2_HUFFSYMS_H */
+#endif /* GRPC_CORE_TRANSPORT_CHTTP2_HUFFSYMS_H */