aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/secure_sync_unary_ping_pong_test.cc
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2017-03-30 10:21:11 -0700
committerGravatar GitHub <noreply@github.com>2017-03-30 10:21:11 -0700
commit6ee38a7e5197b47d1940fbd1296b034ea0de6004 (patch)
tree37fd0bfd5540e88a5785aaaf16eb14fea7bca735 /test/cpp/qps/secure_sync_unary_ping_pong_test.cc
parent387c3a4f566338c488e0b6406fcf7d4580bf5784 (diff)
parent0dac09e724d6fd8856f48e47e46f859e23a2d5d0 (diff)
Merge pull request #9780 from ctiller/cpp_bazelness
More C++ Bazel support
Diffstat (limited to 'test/cpp/qps/secure_sync_unary_ping_pong_test.cc')
-rw-r--r--test/cpp/qps/secure_sync_unary_ping_pong_test.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/secure_sync_unary_ping_pong_test.cc b/test/cpp/qps/secure_sync_unary_ping_pong_test.cc
index d0c47d102a..509d9f89c3 100644
--- a/test/cpp/qps/secure_sync_unary_ping_pong_test.cc
+++ b/test/cpp/qps/secure_sync_unary_ping_pong_test.cc
@@ -35,9 +35,9 @@
#include <grpc/support/log.h>
+#include "test/cpp/qps/benchmark_config.h"
#include "test/cpp/qps/driver.h"
#include "test/cpp/qps/report.h"
-#include "test/cpp/util/benchmark_config.h"
namespace grpc {
namespace testing {