diff options
author | Mark D. Roth <roth@google.com> | 2016-06-29 14:51:53 -0700 |
---|---|---|
committer | Mark D. Roth <roth@google.com> | 2016-06-29 14:51:53 -0700 |
commit | ab950ee7c5211cc8e1cfc47f5adf716496899c32 (patch) | |
tree | b3b40a4328fc1e8c8bd22bacacc203c177247d48 /test/cpp/end2end | |
parent | 375109d30bc0dce4e7149df42cfe706e61993b92 (diff) |
Move channel_filter.h from include/ tree to src/ tree.
Diffstat (limited to 'test/cpp/end2end')
-rw-r--r-- | test/cpp/end2end/filter_end2end_test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/cpp/end2end/filter_end2end_test.cc b/test/cpp/end2end/filter_end2end_test.cc index dcaca10c7f..576d440c9b 100644 --- a/test/cpp/end2end/filter_end2end_test.cc +++ b/test/cpp/end2end/filter_end2end_test.cc @@ -35,7 +35,6 @@ #include <mutex> #include <grpc++/channel.h> -#include <grpc++/channel_filter.h> #include <grpc++/client_context.h> #include <grpc++/create_channel.h> #include <grpc++/generic/async_generic_service.h> @@ -50,6 +49,7 @@ #include <grpc/support/time.h> #include <gtest/gtest.h> +#include "src/cpp/common/channel_filter.h" #include "src/proto/grpc/testing/echo.grpc.pb.h" #include "test/core/util/port.h" #include "test/core/util/test_config.h" |