aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/server.h
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-01-11 14:08:29 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-01-11 14:08:29 -0800
commit82a0bdc31427936d3e52c4fe54577b00c4a16bca (patch)
tree6c27f4ec37da7eb46594f781823f6698b8fc7765 /test/cpp/qps/server.h
parent756a36cdacbe057eada8febf73878c0d06af2cd4 (diff)
parent09d8cf61b2db4d2874cec05445d4c304f11788a4 (diff)
Merge branch 'master' of github.com:grpc/grpc into grpclb_api
Diffstat (limited to 'test/cpp/qps/server.h')
-rw-r--r--test/cpp/qps/server.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/cpp/qps/server.h b/test/cpp/qps/server.h
index 6e81edc8ff..620bc32f4b 100644
--- a/test/cpp/qps/server.h
+++ b/test/cpp/qps/server.h
@@ -40,8 +40,8 @@
#include "test/core/end2end/data/ssl_test_data.h"
#include "test/core/util/port.h"
#include "test/cpp/qps/timer.h"
-#include "test/proto/messages.grpc.pb.h"
-#include "test/proto/benchmarks/control.grpc.pb.h"
+#include "src/proto/grpc/testing/messages.grpc.pb.h"
+#include "src/proto/grpc/testing/control.grpc.pb.h"
namespace grpc {
namespace testing {