aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/cpp/interop/interop_client.h
diff options
context:
space:
mode:
authorGravatar Abhishek Kumar <abhikumar@google.com>2015-04-16 20:45:25 -0700
committerGravatar Abhishek Kumar <abhikumar@google.com>2015-04-16 20:45:25 -0700
commit60572d422be5ae6f31c004792b33e1b3069fd697 (patch)
treea3ddd2de87a082ad28b528ba3f95fd95fb6a6b37 /test/cpp/interop/interop_client.h
parent1b3e3cd75b8f0e78499d430563619969ca17ef47 (diff)
Move .proto files up for reuse
Diffstat (limited to 'test/cpp/interop/interop_client.h')
-rw-r--r--test/cpp/interop/interop_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/interop/interop_client.h b/test/cpp/interop/interop_client.h
index b0ab320f8d..3161f7f875 100644
--- a/test/cpp/interop/interop_client.h
+++ b/test/cpp/interop/interop_client.h
@@ -38,7 +38,7 @@
#include <grpc/grpc.h>
#include <grpc++/channel_interface.h>
#include <grpc++/status.h>
-#include "test/cpp/interop/messages.grpc.pb.h"
+#include "test/proto/messages.grpc.pb.h"
namespace grpc {
namespace testing {