aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/ext/census/window_stats.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:49:51 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:49:51 -0700
commit502349db91fbb5f808450b277229ec401d52a0af (patch)
tree6da5d296d8f1ba1f65980a3e5529f5fc9c639694 /src/core/ext/census/window_stats.h
parentbbf85f4ee7b3cfafaff22b36fe7e2c404124131c (diff)
Fix include guards
Diffstat (limited to 'src/core/ext/census/window_stats.h')
-rw-r--r--src/core/ext/census/window_stats.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/ext/census/window_stats.h b/src/core/ext/census/window_stats.h
index 629c08b8d5..25658c9ce0 100644
--- a/src/core/ext/census/window_stats.h
+++ b/src/core/ext/census/window_stats.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef GRPC_CORE_LIB_STATISTICS_WINDOW_STATS_H
-#define GRPC_CORE_LIB_STATISTICS_WINDOW_STATS_H
+#ifndef GRPC_CORE_EXT_CENSUS_WINDOW_STATS_H
+#define GRPC_CORE_EXT_CENSUS_WINDOW_STATS_H
#include <grpc/support/time.h>
@@ -170,4 +170,4 @@ void census_window_stats_get_sums(const struct census_window_stats *wstats,
assertion failure). This function is thread-compatible. */
void census_window_stats_destroy(struct census_window_stats *wstats);
-#endif /* GRPC_CORE_LIB_STATISTICS_WINDOW_STATS_H */
+#endif /* GRPC_CORE_EXT_CENSUS_WINDOW_STATS_H */