aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/qps_worker.cc
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2015-10-28 09:16:22 -0700
committerGravatar vjpai <vpai@google.com>2015-10-28 09:16:22 -0700
commit754751e3c60d416beb92938d7d453b23fa57dd7e (patch)
tree6b5d2d5e03349ff4e6fb065b99fc9f9a6402b260 /test/cpp/qps/qps_worker.cc
parent4b69152e7fa771471ebd75d67ed80579b211b3a3 (diff)
Numerous proto changes to make things more sane and fix some outstanding issues
Diffstat (limited to 'test/cpp/qps/qps_worker.cc')
-rw-r--r--test/cpp/qps/qps_worker.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/qps_worker.cc b/test/cpp/qps/qps_worker.cc
index f60d556514..f16740b18d 100644
--- a/test/cpp/qps/qps_worker.cc
+++ b/test/cpp/qps/qps_worker.cc
@@ -52,7 +52,7 @@
#include <grpc++/security/server_credentials.h>
#include "test/core/util/grpc_profiler.h"
-#include "test/proto/perf_control.pb.h"
+#include "test/proto/perf_tests/perf_control.pb.h"
#include "test/cpp/qps/client.h"
#include "test/cpp/qps/server.h"
#include "test/cpp/util/create_test_channel.h"