aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server.h
diff options
context:
space:
mode:
authorGravatar vjpai <vpai@google.com>2015-10-19 12:21:45 -0700
committerGravatar vjpai <vpai@google.com>2015-10-19 12:21:45 -0700
commit0cc1341199c73d775078e51ef77d00af8d935983 (patch)
tree8c7ba682695eb75ab3b484d1d15960b157f7656c /test/cpp/qps/server.h
parent627f98454cf120d1b91205b381dcbc1c9c2cccfb (diff)
Move qpstest.proto to a common area (test/proto) instead of test/cpp/qps
Diffstat (limited to 'test/cpp/qps/server.h')
-rw-r--r--test/cpp/qps/server.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h
index 68e0115410..e48e873dc3 100644
--- a/test/cpp/qps/server.h
+++ b/test/cpp/qps/server.h
@@ -35,7 +35,7 @@
#define TEST_QPS_SERVER_H
#include "test/cpp/qps/timer.h"
-#include "test/cpp/qps/qpstest.grpc.pb.h"
+#include "test/proto/qpstest.grpc.pb.h"
namespace grpc {
namespace testing {