aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/qps/driver.h
diff options
context:
space:
mode:
authorGravatar Yang Gao <yangg@google.com>2015-04-09 14:35:42 -0700
committerGravatar Yang Gao <yangg@google.com>2015-04-09 14:35:42 -0700
commit3ca65e3228d028e1b5e28c523c2ee5ca92bb9585 (patch)
tree025ecfb321b8d3581eb19f4ad25f4c08808cbe1f /test/cpp/qps/driver.h
parentd344bcc838eb315abb6284ea1c05445f97dbc1ff (diff)
parent0caebbfcfe45a6469b7ff6744fffe2e0a4871485 (diff)
Merge pull request #1238 from nicolasnoble/plugin-rework
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 7a81b701c4..b3a8bf8cc4 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 {