aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2016-01-19 15:34:14 -0800
committerGravatar vjpai <vpai@google.com>2016-01-19 15:34:14 -0800
commitf524844da919716bc5563bd60f33836d7ba78877 (patch)
tree66160fc87784b44376afc8761492dcd513afcac3 /test/cpp/qps
parentc8034422042c2e2e26448499b711d95e30dc3cc9 (diff)
Fix include guard
Diffstat (limited to 'test/cpp/qps')
-rw-r--r--test/cpp/qps/limit_cores.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cpp/qps/limit_cores.h b/test/cpp/qps/limit_cores.h
index e1012781b1..54c805216c 100644
--- a/test/cpp/qps/limit_cores.h
+++ b/test/cpp/qps/limit_cores.h
@@ -31,8 +31,8 @@
*
*/
-#ifndef TEST_QPS_CORESCHED_H
-#define TEST_QPS_CORESCHED_H
+#ifndef TEST_QPS_LIMIT_CORES_H
+#define TEST_QPS_LIMIT_CORES_H
#include <vector>
@@ -42,4 +42,4 @@ int LimitCores(std::vector<int> core_vec);
} // namespace testing
} // namespace grpc
-#endif // TEST_QPS_CORESCHED_H
+#endif // TEST_QPS_LIMIT_CORES_H