From 76e49fd80557c33595508686f3450982e63f0fce Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" <pixel@nobis-crew.org> Date: Fri, 24 Apr 2015 01:12:18 +0200 Subject: [PATCH] Forgot to rename header guard. --- include/grpc++/time.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/grpc++/time.h b/include/grpc++/time.h index ffcba4e35a..f9b2ce5cab 100644 --- a/include/grpc++/time.h +++ b/include/grpc++/time.h @@ -31,8 +31,8 @@ * */ -#ifndef GRPC_INTERNAL_CPP_UTIL_TIME_H -#define GRPC_INTERNAL_CPP_UTIL_TIME_H +#ifndef GRPCXX_TIME_H +#define GRPCXX_TIME_H #include <grpc++/config.h> @@ -103,4 +103,4 @@ class TimePoint<std::chrono::system_clock::time_point> { #endif // !GRPC_CXX0X_NO_CHRONO -#endif // GRPC_INTERNAL_CPP_UTIL_TIME_H +#endif // GRPCXX_TIME_H -- GitLab