aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/statistics/census_tracing.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/statistics/census_tracing.h')
-rw-r--r--src/core/statistics/census_tracing.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/statistics/census_tracing.h b/src/core/statistics/census_tracing.h
index 51aa578c0c..a4494b510c 100644
--- a/src/core/statistics/census_tracing.h
+++ b/src/core/statistics/census_tracing.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_
-#define __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_
+#ifndef GRPC_INTERNAL_CORE_STATISTICS_CENSUS_TRACING_H
+#define GRPC_INTERNAL_CORE_STATISTICS_CENSUS_TRACING_H
#include <grpc/support/time.h>
#include "src/core/statistics/census_rpc_stats.h"
@@ -93,4 +93,4 @@ census_trace_obj** census_get_active_ops(int* num_active_ops);
}
#endif
-#endif /* __GRPC_INTERNAL_STATISTICS_CENSUS_TRACING_H_ */
+#endif /* GRPC_INTERNAL_CORE_STATISTICS_CENSUS_TRACING_H */