aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/report.cc
diff options
context:
space:
mode:
authorGravatar kpayson64 <kpayson@google.com>2018-04-19 09:06:10 -0700
committerGravatar GitHub <noreply@github.com>2018-04-19 09:06:10 -0700
commitaba91966c0608268c757bc3fcedce039cc8f1a52 (patch)
tree044803ed674a48d14103c0e216c1241824809df9 /test/cpp/qps/report.cc
parent959e04ffb8fceb7f3554131fbbf4e9a406615a01 (diff)
parent7a20c962dfa547a7b7fc1a49e4ff3b2e92eae5e1 (diff)
Merge pull request #15107 from kpayson64/break_out_protos
Break qps services into seperate protos
Diffstat (limited to 'test/cpp/qps/report.cc')
-rw-r--r--test/cpp/qps/report.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/report.cc b/test/cpp/qps/report.cc
index 0a2565d463..607f4e579b 100644
--- a/test/cpp/qps/report.cc
+++ b/test/cpp/qps/report.cc
@@ -27,7 +27,7 @@
#include <grpcpp/client_context.h>
#include "src/cpp/util/core_stats.h"
-#include "src/proto/grpc/testing/services.grpc.pb.h"
+#include "src/proto/grpc/testing/report_qps_scenario_service.grpc.pb.h"
namespace grpc {
namespace testing {