aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/client.cc
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/interop/client.cc
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/interop/client.cc')
-rw-r--r--test/cpp/interop/client.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/cpp/interop/client.cc b/test/cpp/interop/client.cc
index de6c6b7b77..7c5e1aa715 100644
--- a/test/cpp/interop/client.cc
+++ b/test/cpp/interop/client.cc
@@ -51,9 +51,9 @@
#include <grpc++/status.h>
#include <grpc++/stream.h>
#include "test/cpp/util/create_test_channel.h"
-#include "test/cpp/interop/test.pb.h"
-#include "test/cpp/interop/empty.pb.h"
-#include "test/cpp/interop/messages.pb.h"
+#include "test/cpp/interop/test.grpc.pb.h"
+#include "test/cpp/interop/empty.grpc.pb.h"
+#include "test/cpp/interop/messages.grpc.pb.h"
DEFINE_bool(enable_ssl, false, "Whether to use ssl/tls.");
DEFINE_bool(use_prod_roots, false, "True to use SSL roots for google");