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:50:07 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-31 13:50:07 -0700
commitdb008e2d6e02d6ac76ecf8486cd29d331cdd5cb0 (patch)
tree26faee22a10846afc95baa6260678bcb5215d2c6 /src/core/ext/census/window_stats.h
parentdfa160ef7380e41e509e894a0aaf8a882a1ef599 (diff)
parent502349db91fbb5f808450b277229ec401d52a0af (diff)
Merge branch 'optionalize_census' into optionalize_resolvers
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 */