aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.h
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-09 23:08:51 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-09 23:08:51 +0200
commit0caebbfcfe45a6469b7ff6744fffe2e0a4871485 (patch)
treec4d0a82ae82da4583ce8716411818c4076521323 /test/cpp/qps/driver.h
parent7dde627a6a6981f53bcc55e2efcb2401ff103f04 (diff)
Splitting gRPC service class codegen into its own set of files.
Diffstat (limited to 'test/cpp/qps/driver.h')
-rw-r--r--test/cpp/qps/driver.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/qps/driver.h b/test/cpp/qps/driver.h
index d87e80dc55..348c032bf3 100644
--- a/test/cpp/qps/driver.h
+++ b/test/cpp/qps/driver.h
@@ -35,7 +35,7 @@
#define TEST_QPS_DRIVER_H
#include "test/cpp/qps/histogram.h"
-#include "test/cpp/qps/qpstest.pb.h"
+#include "test/cpp/qps/qpstest.grpc.pb.h"
namespace grpc {
namespace testing {