diff options
author | David Garcia Quintas <dgq@google.com> | 2018-03-15 16:11:05 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2018-03-15 16:11:05 -0700 |
commit | 961353ab6d1b48da74e307f805f45509c4a7de7f (patch) | |
tree | 689c350ba11a63aee5411d364c592ae81b7e7884 /gRPC-C++.podspec | |
parent | f73e76d59682faa44b382e83c9d36c9664d15c23 (diff) |
moved filter to ext
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r-- | gRPC-C++.podspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec index 5e8ae3f9a6..ae68984e65 100644 --- a/gRPC-C++.podspec +++ b/gRPC-C++.podspec @@ -479,7 +479,7 @@ Pod::Spec.new do |s| 'src/core/ext/filters/load_reporting/server_load_reporting_plugin.h', 'src/core/ext/filters/max_age/max_age_filter.h', 'src/core/ext/filters/message_size/message_size_filter.h', - 'src/core/lib/channel/client_authority_filter.h', + 'src/core/ext/filters/http/client_authority_filter.h', 'src/core/ext/filters/workarounds/workaround_cronet_compression_filter.h', 'src/core/ext/filters/workarounds/workaround_utils.h' |