diff options
author | Yuchen Zeng <zyc@google.com> | 2016-06-06 13:08:06 -0700 |
---|---|---|
committer | Yuchen Zeng <zyc@google.com> | 2016-06-06 13:08:06 -0700 |
commit | 0601df3a04a91e5e731e829989fd93290e301d97 (patch) | |
tree | 5f9fcc03c4ad9fa863e7b990ee6d84d95b017c25 /test/cpp/util | |
parent | 1495cb5b249e92ab20d1d7e63b0e627bd7cf2b4c (diff) |
Move reflection src/hdr to src/cpp/ext include/grpc++/ext
Diffstat (limited to 'test/cpp/util')
-rw-r--r-- | test/cpp/util/proto_reflection_descriptor_database.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/util/proto_reflection_descriptor_database.h b/test/cpp/util/proto_reflection_descriptor_database.h index 7656a496c2..d7b2163cea 100644 --- a/test/cpp/util/proto_reflection_descriptor_database.h +++ b/test/cpp/util/proto_reflection_descriptor_database.h @@ -40,7 +40,7 @@ #include <google/protobuf/descriptor.pb.h> #include <google/protobuf/descriptor_database.h> #include <grpc++/grpc++.h> -#include <grpc++/impl/reflection.grpc.pb.h> +#include <grpc++/ext/reflection.grpc.pb.h> namespace grpc { |