aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/core/lib/support/time_precise.h
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2016-03-25 17:08:13 -0700
committerGravatar Craig Tiller <ctiller@google.com>2016-03-25 17:08:13 -0700
commit9a4dddd8b5d4ae968e5ddd52edbef7af92b7a440 (patch)
treee91eaf20f9b5756956f849cd8b487a52fbc6d0af /src/core/lib/support/time_precise.h
parentf23078cbd302d32649537eedda1769c5685228d8 (diff)
Fix include guards
Diffstat (limited to 'src/core/lib/support/time_precise.h')
-rw-r--r--src/core/lib/support/time_precise.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/lib/support/time_precise.h b/src/core/lib/support/time_precise.h
index 871c99a623..e1faee1f9f 100644
--- a/src/core/lib/support/time_precise.h
+++ b/src/core/lib/support/time_precise.h
@@ -31,12 +31,12 @@
*
*/
-#ifndef GRPC_CORE_SUPPORT_TIME_PRECISE_H
-#define GRPC_CORE_SUPPORT_TIME_PRECISE_H
+#ifndef GRPC_CORE_LIB_SUPPORT_TIME_PRECISE_H
+#define GRPC_CORE_LIB_SUPPORT_TIME_PRECISE_H
#include <grpc/support/time.h>
void gpr_precise_clock_init(void);
void gpr_precise_clock_now(gpr_timespec *clk);
-#endif /* GRPC_CORE_SUPPORT_TIME_PRECISE_H */
+#endif /* GRPC_CORE_LIB_SUPPORT_TIME_PRECISE_H */